feat: サブタイトル直下に「使い方」リンクを追加 (#46)#50
Merged
Merged
Conversation
間違いさがし おたすけツール の直下に、llll-ll.com の使い方記事への 控えめなリンクを設置。/ は日本語記事、/en は英語記事へ言語別リンク。 - i18n: howToUse(使い方 / How to use)、howToUseUrl(ja/en別URL) - HomePage.tsx: サブタイトル直下に外部リンク - README に機能を1行追記 - build/lint/test(24) 通過、/ と /en で実機確認 Closes #46
Deploying machigai-salad with
|
| Latest commit: |
7d1ff52
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://132fc7a5.machigai-salad.pages.dev |
| Branch Preview URL: | https://feat-howto-link-46.machigai-salad.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
サブタイトル「間違いさがし おたすけツール」の直下に、llll-ll の使い方解説記事への
控えめなリンク(使い方 / How to use)を設置。記事は別途公開済み(llll-ll #67)。
変更
lib/i18n.tsx:howToUse(使い方 / How to use)、howToUseUrl(言語別URL)components/HomePage.tsx: サブタイトル直下に外部リンク(控えめな下線)README.md: 機能を1行追記/→https://llll-ll.com/ja/posts/machigai-salad///en→https://llll-ll.com/posts/machigai-salad/検証
/(日本語: 使い方→ja記事)・/en(英語: How to use→en記事)を実機スクショで配置確認Closes #46