mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-21 16:33:48 +01:00
(add) レガシ サイトへのリンク
This commit is contained in:
parent
b4e507da32
commit
9a06857827
@ -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>
|
||||
|
@ -6,6 +6,7 @@ copy: "コピー"
|
||||
share: "共有する"
|
||||
note: "ノート"
|
||||
other: "その他"
|
||||
goToLegacyHub: "従来のMisskey Hub"
|
||||
|
||||
_error:
|
||||
notFound: "ページが見つかりませんでした"
|
||||
|
Loading…
Reference in New Issue
Block a user