Skip to content

Roll back the ocotillo favicon - #327

Merged
jirhiker merged 1 commit into
stagingfrom
fix/revert-ocotillo-favicon
Aug 5, 2026
Merged

Roll back the ocotillo favicon#327
jirhiker merged 1 commit into
stagingfrom
fix/revert-ocotillo-favicon

Conversation

@jirhiker

@jirhiker jirhiker commented Aug 5, 2026

Copy link
Copy Markdown
Member

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 to staging automatically once this merges.

What this reverts

Change Back to
index.html head Single <link rel="icon" href="/favicon.png" />
public/favicon.png The original 48x48 mark (byte-identical to pre-rebrand)
public/favicon.svg, favicon.ico, apple-touch-icon.png Removed
FRONTEND.md "The favicon" section removed, since it documents assets that no longer exist here

What stays

The bloom and sand identity ramps in theme.ts and index.css, their --bloom / --sand variables, 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

grep confirms nothing outside the removed FRONTEND.md section still references favicon.svg, favicon.ico, or apple-touch-icon.png. Browsers cache favicons aggressively, so expect a stale tab icon until a hard refresh.

🤖 Generated with Claude Code

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>
@jirhiker
jirhiker requested review from lizalino and a lite review from Copilot August 5, 2026 22:21
@jirhiker
jirhiker merged commit 50cf96f into staging Aug 5, 2026
6 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.html with a single /favicon.png link.
  • Removed public/favicon.svg from 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.

@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown

Preview Deployment

Preview URL: https://preview-fix-revert-ocotillo-favicon-auejgdbofq-uc.a.run.app

Note: This preview uses the staging API endpoints.

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