Update favicon with custom bill-splitting icon#16
Merged
Conversation
- Created custom SVG favicon representing bill splitting concept - Generated PNG versions (16x16, 32x32) for better browser support - Updated favicon.ico in app directory - Enhanced metadata in layout.tsx with proper icon links - Favicon now shows a receipt with dollar sign and split indicators Resolves #13
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.
Update Favicon with Custom Bill-Splitting Icon
This PR implements a custom favicon that better represents the Split the Trip application's functionality.
Changes Made
🎨 New Favicon Design
📁 Multiple Format Support
favicon.svg- Vector format for modern browsersfavicon-16x16.png- Standard small size for compatibilityfavicon-32x32.png- Larger size for high-DPI displaysfavicon.ico- Updated traditional format in app directory🔧 Technical Improvements
layout.tsxwith proper favicon metadata including all formatsVisual Features
The new favicon includes:
Testing
Resolves
Closes #13
The favicon now clearly communicates the app's purpose of splitting expenses among group members, making it more professional and recognizable!