Skip to content

Conversation

@hexawulf
Copy link
Owner

This commit introduces the CodePatchwork logo as the website's favicon.

The following changes were made:

  • Extracted the SVG logo from the CodePatchworkLogo React component.
  • Prepared and cleaned the SVG for use as a favicon.
  • Generated favicon.svg directly from the cleaned SVG.
  • Generated PNG favicons in various sizes:
    • favicon-16x16.png
    • favicon-32x32.png
    • apple-touch-icon.png (180x180)
  • Created favicon.ico from the 16x16 and 32x32 PNGs.
  • All favicon files have been added to the public/ directory.
  • Updated client/index.html to include the necessary <link> tags for all new favicons, ensuring they are referenced correctly.

This replaces the generic browser default favicon with the branded CodePatchwork logo, enhancing brand consistency.

This commit introduces the CodePatchwork logo as the website's favicon.

The following changes were made:
- Extracted the SVG logo from the `CodePatchworkLogo` React component.
- Prepared and cleaned the SVG for use as a favicon.
- Generated `favicon.svg` directly from the cleaned SVG.
- Generated PNG favicons in various sizes:
    - `favicon-16x16.png`
    - `favicon-32x32.png`
    - `apple-touch-icon.png` (180x180)
- Created `favicon.ico` from the 16x16 and 32x32 PNGs.
- All favicon files have been added to the `public/` directory.
- Updated `client/index.html` to include the necessary `<link>` tags for all new favicons, ensuring they are referenced correctly.

This replaces the generic browser default favicon with the branded CodePatchwork logo, enhancing brand consistency.
@hexawulf hexawulf merged commit 56ae611 into main May 31, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants