Skip to content

Commit 611eeec

Browse files
shrey150claude
andauthored
chore: update Stagehand logos and favicon to new branding (browserbase#1967)
## Summary - Replace old yellow hand icon logos with new "S" logomark across all locations (README, docs site logos, SVGs) - Update favicon from old yellow hand to new green "S" logomark - 10 files updated; no markdown changes needed since filenames were preserved ## Test plan - [ ] Verify README logo renders correctly on GitHub (light and dark mode) - [ ] Verify docs site logo renders at stagehand.dev - [ ] Verify favicon appears correctly in browser tab 🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Updated Stagehand branding across docs and assets: replaced the yellow hand with the green “S” logomark, refreshed dark/light wordmark SVGs, updated favicons, and set the docs accent color to `#00C851`. Filenames are unchanged; `packages/docs/logo/light.svg` now uses the new wordmark, and the docs name is set to “Stagehand”. - **Migration** - Verify README logos (light/dark) render on GitHub. - Verify docs header logos (light/dark) and `/favicon.svg` on stagehand.dev. - Confirm docs UI accents use `#00C851`. - Hard refresh or clear cache to see the new favicon and styles. <sup>Written for commit 8ebc28c. Summary will update on new commits. <a href="https://cubic.dev/pr/browserbase/stagehand/pull/1967">Review in cubic</a></sup> <!-- End of auto-generated description by cubic. --> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5fb9785 commit 611eeec

11 files changed

Lines changed: 54 additions & 162 deletions

File tree

media/dark_logo.png

11.8 KB
Loading

media/light_logo.png

11.5 KB
Loading

packages/docs/docs.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"$schema": "https://mintlify.com/docs.json",
33
"theme": "maple",
4-
"name": "🤘 Stagehand",
4+
"name": "Stagehand",
55
"colors": {
6-
"primary": "#B88100",
7-
"light": "#FFC83C",
8-
"dark": "#FFC83C"
6+
"primary": "#00C851",
7+
"light": "#00C851",
8+
"dark": "#00C851"
99
},
1010
"favicon": "/images/favicon.svg",
1111
"seo": {

packages/docs/favicon.svg

Lines changed: 3 additions & 12 deletions
Loading

packages/docs/images/favicon.svg

Lines changed: 3 additions & 12 deletions
Loading

packages/docs/images/logo_dark.svg

Lines changed: 11 additions & 15 deletions
Loading

packages/docs/images/logo_light.svg

Lines changed: 11 additions & 15 deletions
Loading

0 commit comments

Comments
 (0)