Skip to content

Commit e997fc6

Browse files
authored
feat: add link to chrome extension (#242)
1 parent 7e47150 commit e997fc6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/components/Header.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,15 @@ function Header({
184184

185185
<div className="border-b border-gray-200 mx-4 my-2" />
186186

187+
<MenuLink
188+
href="https://chrome.google.com/webstore/detail/testing-playground/hejbmebodbijjdhflfknehhcgaklhano"
189+
target="_blank"
190+
>
191+
Chrome Extension
192+
</MenuLink>
193+
194+
<div className="border-b border-gray-200 mx-4 my-2" />
195+
187196
{headerLinks.map((x) => (
188197
<MenuLink key={x.title} href={x.url} target="_blank">
189198
{x.title}

0 commit comments

Comments
 (0)