feat: Add Glance logo and favicon #58
Merged
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
Adds the official Glance logo and favicon to the project.
Changes
New Assets (
public/)icon.svg- Icon only (4 petals, coral #D9775A)icon.png- Icon as PNGlogo.svg- Full logo with "GLANCE" text (light background)logo-dark.svg- Icon with dark backgroundlogo-text.png- "GLANCE" text logo as PNGFavicon
src/app/icon.tsx- Dynamic favicon using Next.js App Router's image generationComponent Updates
icon.svginstead of the placeholder "G" boxicon.svginstead of the placeholder "G" boxREADME
logo-text.pngPreview
The coral/terracotta (#D9775A) icon features 4 curved "petals" representing glances/views in different directions.
🤖 Generated with Claude Code
Note
Low Risk
Primarily adds static branding assets and swaps placeholder UI elements; the only behavioral change is a new Next.js
app/icon.tsxedge route for favicon generation.Overview
Adds official Glance branding to the repo by introducing new
public/logo/icon assets and updating the marketingHeader/Footerto render the SVG icon vianext/imageinstead of the placeholder “G” badge.Introduces a Next.js App Router
src/app/icon.tsxthat generates a 32x32 PNG favicon at runtime (edge). UpdatesREADME.mdtop matter to display the logo and improve centered badge/intro formatting (plus minor table/spacing cleanup).Written by Cursor Bugbot for commit 85eeea5. This will update automatically on new commits. Configure here.