mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
fix: color of heart icon in light mode (#949)
This commit is contained in:
@@ -16,7 +16,7 @@ const { data } = await getEntry('i18n', lang);
|
|||||||
</p>
|
</p>
|
||||||
<a class="action-button" href="https://github.com/sponsors/tomalaforge">
|
<a class="action-button" href="https://github.com/sponsors/tomalaforge">
|
||||||
<div>{data['sponsors.joinButton']}</div>
|
<div>{data['sponsors.joinButton']}</div>
|
||||||
<MyIcon name="heart" fill="none" stroke="currentColor" color="white" />
|
<MyIcon name="heart" fill="none" stroke="currentColor" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user