Skip to content

Commit

Permalink
update extension links
Browse files Browse the repository at this point in the history
  • Loading branch information
honwhy committed Apr 18, 2024
1 parent 3b9b03d commit 86d1d9b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,19 @@ const { src = '/collect-word-min.gif' } = Astro.props
<slot><span class="text-gradient">Word-100-Helper</span> Learning English begins with mastering vocabulary.</slot>
</h1>
<div class="flex flex-col gap-3 min-[500px]:flex-row">
<a class="button has-icon" href="https://github.com/honwhy/words-100-helper/releases/download/v0.0.1/words-100-helper-0.0.1-chrome.zip">
<a class="button has-icon" href="https://chromewebstore.google.com/detail/jehicjpkeefodocfpinehggbcpbcfemn" target="_blank">
<Icon name="ion:logo-chrome" />
Chrome
</a>
<a
class="button has-icon color-secondary"
href="https://microsoftedge.microsoft.com/addons/detail/igoongmgkfmdmlnabfphphifbmckjjea"
>
href="https://microsoftedge.microsoft.com/addons/detail/igoongmgkfmdmlnabfphphifbmckjjea" target="_blank">
<Icon name="ion:logo-edge" />
Edge
</a>
<a
class="button has-icon color-neutral"
href="https://addons.mozilla.org/en-US/firefox/addon/words-100-helper/"
>
href="https://addons.mozilla.org/en-US/firefox/addon/words-100-helper/" target="_blank">
<Icon name="ion:logo-firefox" />
Firefox
</a>
Expand Down

0 comments on commit 86d1d9b

Please sign in to comment.