Roll back the ocotillo favicon - #327
Merged
Merged
Conversation
Reverts the favicon half of the rebranding from staging: index.html goes back to the single `/favicon.png` link, favicon.png back to the original 48x48 mark, and favicon.svg, favicon.ico, and apple-touch-icon.png are removed. The FRONTEND.md section describing those assets goes with them. The bloom/sand identity ramps in theme.ts and index.css stay. They are palette tokens in their own right, and the favicon work will be re-landed on its own branch as part of the Ocotillo rebranding effort. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Reverts the favicon rebrand from staging by restoring a single PNG favicon reference and removing documentation/assets associated with multi-format favicon generation.
Changes:
- Replaced multi-link favicon setup in
index.htmlwith a single/favicon.pnglink. - Removed
public/favicon.svgfrom the repo. - Removed the FRONTEND.md section documenting SVG-based favicon generation and related assets.
Reviewed changes
Copilot reviewed 2 out of 6 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
public/favicon.svg |
Deletes the SVG favicon asset that was part of the rebrand. |
index.html |
Simplifies favicon configuration to a single favicon.png reference. |
FRONTEND.md |
Removes documentation for favicon assets/workflow that no longer exist. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Preview DeploymentPreview URL: https://preview-fix-revert-ocotillo-favicon-auejgdbofq-uc.a.run.app Note: This preview uses the staging API endpoints. |
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.
Rolls the favicon rebrand back out of
staging. The favicon work landed alongside unrelated changes; it is re-landed on its own in #326, which is stacked on this branch and retargets tostagingautomatically once this merges.What this reverts
index.htmlhead<link rel="icon" href="/favicon.png" />public/favicon.pngpublic/favicon.svg,favicon.ico,apple-touch-icon.pngWhat stays
The
bloomandsandidentity ramps intheme.tsandindex.css, their--bloom/--sandvariables, and the "Brand identity colours" section of FRONTEND.md. Those are palette tokens in their own right, and the brand palette itself is untouched.Testing
grepconfirms nothing outside the removed FRONTEND.md section still referencesfavicon.svg,favicon.ico, orapple-touch-icon.png. Browsers cache favicons aggressively, so expect a stale tab icon until a hard refresh.🤖 Generated with Claude Code