mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
fix(): set default value for astro components translations
This commit is contained in:
@@ -9,12 +9,12 @@ const { labels } = Astro.props;
|
||||
|
||||
<div class="action-footer">
|
||||
<a class="action-button" href='https://github.com/tomalaforge/angular-challenges'>
|
||||
<div>{labels['buttons.star']}</div>
|
||||
<div>{labels['buttons.star'] ?? 'Give a star'}</div>
|
||||
<Icon name='github' size="1rem" />
|
||||
</a>
|
||||
|
||||
<a class="action-button button-sponsor" href='https://github.com/sponsors/tomalaforge'>
|
||||
<div>{labels['buttons.sponsor']}</div>
|
||||
<div>{labels['buttons.sponsor'] ?? 'Sponsor'}</div>
|
||||
<MyIcon name='heart' size="1rem" color="white" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user