Skip to content

Commit cf09517

Browse files
committed
Add TestFlight button
1 parent 37816d3 commit cf09517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/components/home/hero.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class="h-4.5 2xl:h-5"
5353
</div>
5454
<div>
5555
<a
56-
href="https://play.google.com/store/apps/details?id=com.nativephp.kitchensinkapp"
56+
href="https://testflight.apple.com/join/vm9Qtshy"
5757
target="_blank"
5858
rel="noopener noreferrer"
5959
class="flex items-center gap-2 rounded-xl bg-white/70 px-3 py-2.5 backdrop-blur-md transition duration-200 will-change-transform hover:scale-98 hover:bg-white dark:bg-slate-500/25 dark:hover:bg-slate-500/40"
@@ -62,7 +62,7 @@ class="flex items-center gap-2 rounded-xl bg-white/70 px-3 py-2.5 backdrop-blur-
6262
class="h-4.5 2xl:h-5"
6363
aria-hidden="true"
6464
/>
65-
<div>App Store</div>
65+
<div>TestFlight</div>
6666
</a>
6767
</div>
6868
<div>

0 commit comments

Comments
 (0)