Skip to content

Commit

Permalink
Fix download button
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelschattgen committed Jun 1, 2024
1 parent 1d2b40c commit 30adc85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/index/+Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ function Page() {

<div className="w-full space-y-2 border-primary/10 pl-4 dark:border-gray-700 flex flex-col -ml-1 sm:flex-row lg:space-y-0 md:w-max lg:border-l">
<a
href="#"
aria-label="Download from Google Play Store"
target="about:blank"
href="https://play.google.com/store/apps/details?id=com.beemdevelopment.aegis"
className="relative flex h-9 ml-auto items-center justify-center sm:px-6 before:absolute before:inset-0 before:rounded-full before:bg-sky-600 dark:before:bg-sky-400 before:transition before:duration-300 hover:before:scale-105 active:duration-75 active:before:scale-95"
>
<span className="relative text-sm font-semibold text-white dark:text-gray-900">
Expand Down

0 comments on commit 30adc85

Please sign in to comment.