Skip to content

feat: update hero icon from BotOff to Sparkles#176

Merged
chris-stinemetz merged 1 commit intotestfrom
docs-site
Jan 14, 2026
Merged

feat: update hero icon from BotOff to Sparkles#176
chris-stinemetz merged 1 commit intotestfrom
docs-site

Conversation

@chris-stinemetz
Copy link
Collaborator

  • Replace BotOff icon with Sparkles in hero badge for more positive branding
  • Update favicon.svg to match new Sparkles icon theme
  • Maintain consistent visual identity across site and browser tab

Creates a more inviting and magical feel for the MCP Retrieval Stack while moving away from the 'disabled bot' visual metaphor.

- Replace BotOff icon with Sparkles in hero badge for more positive branding
- Update favicon.svg to match new Sparkles icon theme
- Maintain consistent visual identity across site and browser tab

Creates a more inviting and magical feel for the MCP Retrieval Stack
while moving away from the 'disabled bot' visual metaphor.
@chris-stinemetz chris-stinemetz merged commit f8de599 into test Jan 14, 2026
1 check passed
@augmentcode
Copy link

augmentcode bot commented Jan 14, 2026

🤖 Augment PR Summary

Summary: Updates the site’s hero badge icon from BotOff to Sparkles to shift branding toward a more positive, “magical” theme.

Changes: Swaps the icon import/usage on the homepage hero and replaces static/favicon.svg with a Sparkles-based SVG to keep tab and page visuals aligned.

🤖 Was this summary useful? React with 👍 or 👎

Copy link

@augmentcode augmentcode bot left a comment

Choose a reason for hiding this comment

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

Review completed. 1 suggestions posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

<path d="M9 13v2"/>
<path d="M9.67 4H12v2.33"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sparkles-icon lucide-sparkles"><path d="M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z"/><path d="M20 2v4"/><path d="M22 4h-4"/><circle cx="4" cy="20" r="2"/></svg> No newline at end of file
Copy link

Choose a reason for hiding this comment

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

stroke="currentColor" in a standalone favicon typically resolves to black (no page/CSS color context), which may undermine the “consistent visual identity” goal if you expected the previous purple accent. If you want a specific brand color here, consider hardcoding the stroke (or setting an inline style="color:…").

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎

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.

1 participant