Add Nebula Catalog button

This commit is contained in:
rift 2024-07-29 00:37:59 -05:00
parent 5d6b7b74c4
commit 471dca4661
4 changed files with 14 additions and 0 deletions

View file

@ -40,6 +40,12 @@ const t = useTranslations(lang);
class="h-6 w-6 text-text-color transition duration-500 group-hover:text-text-hover-color md:h-6 md:w-6"
/>
</HeaderButton>
<HeaderButton text={t("header.catalog")}>
<Icon
name="ph:shopping-bag-open-fill"
class="h-6 w-6 text-text-color transition duration-500 group-hover:text-text-hover-color md:h-6 md:w-6"
/>
</HeaderButton>
<HeaderButton text={t("header.morelinks")}>
<Icon
name="ph:link-bold"

View file

@ -31,6 +31,12 @@ const t = useTranslations(lang);
class="h-6 w-6 text-text-color transition duration-500 group-hover:text-text-hover-color md:h-6 md:w-6"
/>
</HeaderButton>
<HeaderButton text={t("header.catalog")}>
<Icon
name="ph:shopping-bag-open-fill"
class="h-6 w-6 text-text-color transition duration-500 group-hover:text-text-hover-color md:h-6 md:w-6"
/>
</HeaderButton>
<HeaderButton text={t("header.morelinks")}>
<Icon
name="ph:link-bold"

View file

@ -3,6 +3,7 @@
"header.games": "Games",
"header.settings": "Settings",
"header.morelinks": "Want more links?",
"header.catalog": "Nebula Catalog",
"home.placeholder": "Search the web freely",
"settings.settings": "Settings",
"settings.appearance": "Appearance",

View file

@ -3,6 +3,7 @@
"header.games": "ゲーム",
"header.settings": "設定",
"header.morelinks": "リンク一覧",
"header.catalog": "Nebula Catalog",
"home.placeholder": "検索欄",
"settings.settings": "Settings",
"settings.appearance": "Appearance",