Skip to content

Commit

Permalink
feat: change download url
Browse files Browse the repository at this point in the history
  • Loading branch information
Emyr298 committed Jun 20, 2024
1 parent a2705b3 commit 467dcbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function Hero() {
<button
className="bg-primary text-white px-16 py-4 w-fit rounded-2xl ml-auto uppercase flex gap-2 items-center justify-center"
onClick={() => {
window.open("https://sendgb.com/jEgcfze9BtC", "_blank")
window.open("https://github.com/Chefies/chefies-mobile/releases", "_blank")
}}
>
<IoLogoAndroid className="w-6 h-6" />
Expand Down

0 comments on commit 467dcbd

Please sign in to comment.