Merged
Conversation
- マスコット紹介ページ(/mascots)を新規作成 - 404エラーページを新規作成(マスコット顔画像付き) - ひょっこり機能(MascotPeek)をトップページと404ページに実装 - フッターにマスコット紹介ページへのリンクを追加 - スーちゃん・トゲくんの画像を追加(全8種) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
Added Suu (スー) mascot peek on the left side of the top page, matching the Toge (トゲ) mascot peek on the right side. Now both mascots appear on the top page with peek-a-boo effect. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Added top padding (pt-20 on mobile, pt-8 on desktop) to prevent the 404 content from overlapping with the header on mobile devices. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Removed the "スートゲ" h3 heading since the description text below the mascot images is sufficient. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
tanayan299
approved these changes
Nov 26, 2025
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.
Summary
追加されたファイル
src/components/Mascot.astro- マスコット表示コンポーネントsrc/components/MascotPeek.astro- ひょっこり機能コンポーネントsrc/pages/mascots.astro- マスコット紹介ページsrc/pages/404.astro- 404エラーページpublic/images/mascots/- マスコット画像8種(suu-1, suu-2, suu-face, suu-face-2, toge-1, toge-2, toge-face, toge-face-2)Test plan
🤖 Generated with Claude Code