feat: update hero icon from BotOff to Sparkles#176
Merged
chris-stinemetz merged 1 commit intotestfrom Jan 14, 2026
Merged
Conversation
- 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.
🤖 Augment PR SummarySummary: Updates the site’s hero badge icon from Changes: Swaps the icon import/usage on the homepage hero and replaces 🤖 Was this summary useful? React with 👍 or 👎 |
| <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 |
There was a problem hiding this comment.
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:…").
🤖 Was this useful? React with 👍 or 👎
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.
Creates a more inviting and magical feel for the MCP Retrieval Stack while moving away from the 'disabled bot' visual metaphor.