Add logo as favicon and navigation branding#127
Merged
Conversation
- Add 512x512 logo to app/ as icon.png and apple-icon.png for Next.js favicon - Add logo to public/ for PWA icons (192x192, 512x512, apple-touch-icon) - Update Navigation component to show logo with "Interlinear" text - Logo displayed in circular dark container for light mode compatibility - Logo also added to mobile menu footer 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Fix landing page hydration error by generating star positions client-side only - Stars now use mounted state to defer random position generation - Navigation shows logo+text on desktop (sm+), just logo on mobile 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Increase logo container from w-10 h-10 to w-14 h-14 - Increase logo image from 36px to 52px - Show "Interlinear" text on all screen sizes 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add icons config to metadata pointing to /logo.png - Update title and description to be language-agnostic 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add script to generate favicon sizes using sharp - Generate 16x16, 32x32, 180x180, 192x192, 512x512 icons from logo - Update layout metadata to use properly sized favicons - Update PWA manifest with correct icon references 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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
Screenshots
The logo appears:
Test plan
🤖 Generated with Claude Code