Add Nebula Catalog button
This commit is contained in:
parent
5d6b7b74c4
commit
471dca4661
4 changed files with 14 additions and 0 deletions
|
|
@ -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"
|
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>
|
||||||
|
<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")}>
|
<HeaderButton text={t("header.morelinks")}>
|
||||||
<Icon
|
<Icon
|
||||||
name="ph:link-bold"
|
name="ph:link-bold"
|
||||||
|
|
|
||||||
|
|
@ -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"
|
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>
|
||||||
|
<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")}>
|
<HeaderButton text={t("header.morelinks")}>
|
||||||
<Icon
|
<Icon
|
||||||
name="ph:link-bold"
|
name="ph:link-bold"
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
"header.games": "Games",
|
"header.games": "Games",
|
||||||
"header.settings": "Settings",
|
"header.settings": "Settings",
|
||||||
"header.morelinks": "Want more links?",
|
"header.morelinks": "Want more links?",
|
||||||
|
"header.catalog": "Nebula Catalog",
|
||||||
"home.placeholder": "Search the web freely",
|
"home.placeholder": "Search the web freely",
|
||||||
"settings.settings": "Settings",
|
"settings.settings": "Settings",
|
||||||
"settings.appearance": "Appearance",
|
"settings.appearance": "Appearance",
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
"header.games": "ゲーム",
|
"header.games": "ゲーム",
|
||||||
"header.settings": "設定",
|
"header.settings": "設定",
|
||||||
"header.morelinks": "リンク一覧",
|
"header.morelinks": "リンク一覧",
|
||||||
|
"header.catalog": "Nebula Catalog",
|
||||||
"home.placeholder": "検索欄",
|
"home.placeholder": "検索欄",
|
||||||
"settings.settings": "Settings",
|
"settings.settings": "Settings",
|
||||||
"settings.appearance": "Appearance",
|
"settings.appearance": "Appearance",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue