Skip to content

Commit 4de92a8

Browse files
authored
Fix readme logo link (#783)
* Fix readme logo link * resize * bold catchphrase * remove punctuation * update catchphrase * bring logo and catchphrase closer
1 parent 8d239ce commit 4de92a8

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.changeset/nine-guests-rescue.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@browserbasehq/stagehand": patch
3+
---
4+
5+
Fix the readme logo link

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
<div id="toc" align="center">
2-
<ul style="list-style: none">
1+
<div id="toc" align="center" style="margin-bottom: 0;">
2+
<ul style="list-style: none; margin: 0; padding: 0;">
33
<a href="https://stagehand.dev">
44
<picture>
55
<source media="(prefers-color-scheme: dark)" srcset="https://stagehand.dev/logo-dark.svg" />
6-
<img alt="Stagehand" src="https://stagehand.dev/logo-light.svg" />
6+
<img alt="Stagehand" src="https://www.stagehand.dev/_next/image?url=%2Flogos%2Fmain-logo.webp&w=384&q=75" width="200" style="margin-right: 30px;" />
77
</picture>
88
</a>
99
</ul>
1010
</div>
11-
1211
<p align="center">
13-
The production-ready framework for AI browser automations.<br>
12+
<strong>The AI Browser Automation Framework</strong><br>
1413
<a href="https://docs.stagehand.dev">Read the Docs</a>
1514
</p>
1615

0 commit comments

Comments
 (0)