Skip to content

Commit

Permalink
feat: list firefox extension in menu
Browse files Browse the repository at this point in the history
  • Loading branch information
smeijer committed Mar 26, 2021
1 parent 5a1b815 commit 2e53725
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,12 @@ function Header({
>
Chrome Extension
</MenuLink>
<MenuLink
href="https://addons.mozilla.org/en-US/firefox/addon/testing-playground"
target="_blank"
>
Firefox Extension
</MenuLink>

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

Expand Down

0 comments on commit 2e53725

Please sign in to comment.