mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-08 15:15:02 -04:00
feat(i18n): tool card
(cherry picked from commit 1d0a3904f72ab24364beda034d17cf6de9b5e959)
This commit is contained in:
parent
720201aa7b
commit
512d9b03b8
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
home:
|
home:
|
||||||
categories:
|
categories:
|
||||||
newestTools: Newest tools
|
newestTools: Newest tools
|
||||||
|
toolCard:
|
||||||
|
new: New
|
||||||
|
|
|
@ -26,7 +26,7 @@ const appTheme = useAppTheme();
|
||||||
:bordered="false"
|
:bordered="false"
|
||||||
:color="{ color: theme.primaryColor, textColor: theme.tagColor }"
|
:color="{ color: theme.primaryColor, textColor: theme.tagColor }"
|
||||||
>
|
>
|
||||||
New
|
{{ $t('toolCard.new') }}
|
||||||
</n-tag>
|
</n-tag>
|
||||||
|
|
||||||
<FavoriteButton :tool="tool" />
|
<FavoriteButton :tool="tool" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue