Skip to content

Commit

Permalink
🐛 Make sure the download button points to github...
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed May 29, 2024
1 parent e6f6344 commit 5ae0132
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions apps/web/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@ export default function Page() {
</div>

<div className="flex flex-col justify-center space-x-4">
<Button className="bg-[#ffdd67] text-black hover:bg-[#ffdd67] hover:bg-opacity-75">
Download
<Button
className="bg-[#ffdd67] text-black hover:bg-[#ffdd67] hover:bg-opacity-75"
asChild
>
<a href="https://github.com/segersniels/genmoji">Download</a>
</Button>

<Button variant="link" asChild>
<Link href="/web" className="text-xs">
Or try it out here <FaArrowRight className="ml-1 inline h-2 w-2" />
Expand Down

0 comments on commit 5ae0132

Please sign in to comment.