diff --git a/components/index/hero/Left.vue b/components/index/hero/Left.vue index d50a670f..567f2d9a 100644 --- a/components/index/hero/Left.vue +++ b/components/index/hero/Left.vue @@ -42,7 +42,7 @@ const { locale, fallbackLocale } = useI18n(); const localePath = useLocalePath(); const showTagline = ref(false); const colorMode = useColorMode(); -const mobileScreenShot = computed(() => (colorMode.preference === 'dark') ? '/img/hero/screenshot-mobile-en.png' : '/img/hero/screenshot-mobile.png'); +const mobileScreenShot = computed(() => (colorMode.preference === 'dark') ? '/img/hero/misskey-mobile-dark.png' : '/img/hero/misskey-mobile-light.png'); // お知らせ欄にブログが来る可能性もあるので const localeState = useState('miHub_blog_originalLocale', () => locale.value); @@ -79,4 +79,4 @@ onMounted(() => { .notice { background-image: linear-gradient(90deg, #86b300, #4ab300, #4ab300); } - \ No newline at end of file + diff --git a/content/ja/docs/2.for-users/3.features/custom-emoji.md b/content/ja/docs/2.for-users/3.features/custom-emoji.md index 82ab11d7..d187795c 100644 --- a/content/ja/docs/2.for-users/3.features/custom-emoji.md +++ b/content/ja/docs/2.for-users/3.features/custom-emoji.md @@ -4,4 +4,4 @@ カスタム絵文字をそれらの場所で使うには、絵文字ピッカーボタン(ある場合)を押すか、`:`を入力して絵文字サジェストを表示します。 テキスト内に`:foo:`のような形式の文字列が見つかると、`foo`の部分がカスタム絵文字名と解釈され、表示時には対応したカスタム絵文字に置き換わります。 -サーバーにどのようなカスタム絵文字が用意されているかは、Misskey Webの **サーバー情報** にある **カスタム絵文字** `/about#emojis`にアクセスすると見ることができます。 +サーバーにどのようなカスタム絵文字が用意されているかは、Misskey Webの **サーバー情報** にある [**カスタム絵文字**](x-mi-web://about#emojis) にアクセスすると見ることができます。 diff --git a/content/ja/docs/2.for-users/3.features/deck.md b/content/ja/docs/2.for-users/3.features/deck.md index c3f74a7b..fd030e9d 100644 --- a/content/ja/docs/2.for-users/3.features/deck.md +++ b/content/ja/docs/2.for-users/3.features/deck.md @@ -18,4 +18,4 @@ カラムメニューの「編集」を選択するとカラムの設定を編集できます。カラムの名前を変えたり、幅を変えたりできます。 ## デッキの設定 -デッキに関する設定は、[settings/deck](/settings/deck)で行えます。 +デッキに関する設定は、[settings/deck](x-mi-web://settings/deck)で行えます。