Skip to content

Commit 60dd0e9

Browse files
committed
feat: replace download button with link to Play Store and remove unused widget asset
1 parent f91bc6e commit 60dd0e9

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -624,16 +624,18 @@
624624
class="absolute -inset-[2px] rounded-full opacity-0 transition-opacity duration-[1500ms] ease-out pointer-events-none animate-rgb-flow"
625625
aria-hidden="true"></div>
626626

627-
<button
628-
class="relative z-10 group overflow-hidden bg-primary text-white px-8 py-4 text-sm md:text-base font-bold tracking-[0.2em] uppercase rounded-full transition-transform duration-700 btn-shadow hover:-translate-y-1 active:scale-[0.98]">
627+
<a href="https://play.google.com/store/apps/details?id=com.blukeys.hidremote"
628+
target="_blank"
629+
rel="noopener noreferrer"
630+
class="relative z-10 group overflow-hidden bg-primary text-white px-8 py-4 text-sm md:text-base font-bold tracking-[0.2em] uppercase rounded-full transition-transform duration-700 btn-shadow hover:-translate-y-1 active:scale-[0.98] inline-flex items-center justify-center">
629631
<span class="relative z-10 flex items-center gap-3">
630632
<img src="icon/playstore.svg" class="w-6 h-6" alt="Play Store icon" />
631633
Download
632634
</span>
633635
<div
634636
class="absolute inset-0 bg-gradient-to-r from-neutral-800 to-neutral-600 opacity-0 group-hover:opacity-100 transition-opacity duration-500">
635637
</div>
636-
</button>
638+
</a>
637639
</div>
638640
<a href="features.html"
639641
class="flex items-center gap-4 text-sm md:text-base font-bold tracking-widest uppercase text-primary/60 hover:text-primary transition-colors group">

0 commit comments

Comments
 (0)