(add) レガシ サイトへのリンク

This commit is contained in:
kakkokari-gtyih 2023-12-22 19:52:35 +09:00
parent b4e507da32
commit 9a06857827
2 changed files with 5 additions and 0 deletions

View File

@ -44,6 +44,9 @@
<li>
<GNuxtLink :to="localePath('/learn-more/')" class="hover:underline">{{ $t('_links.title') }}</GNuxtLink>
</li>
<li>
<GNuxtLink to="https://legacy.misskey-hub.net/" target="_blank" class="hover:underline">{{ $t('goToLegacyHub') }}<ExtIco class="ml-1" /></GNuxtLink>
</li>
</ul>
</div>
</div>
@ -59,6 +62,7 @@
<script setup lang="ts">
import MiIcon from '@/assets/svg/misskey_mi_bi.svg';
import ExtIco from 'bi/box-arrow-up-right.svg';
const localePath = useLocalePath();
</script>

View File

@ -6,6 +6,7 @@ copy: "コピー"
share: "共有する"
note: "ノート"
other: "その他"
goToLegacyHub: "従来のMisskey Hub"
_error:
notFound: "ページが見つかりませんでした"