Skip to content

Commit 4b1fd8b

Browse files
committed
Add GitHub link back
1 parent 409a6ff commit 4b1fd8b

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

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

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class="order-last mt-7 flex justify-center text-xs lg:order-first lg:mt-0 lg:-mb
2828
})
2929
}
3030
"
31-
class="flex flex-wrap justify-center gap-2 lg:flex-col lg:items-end lg:gap-1.5 xl:gap-2"
31+
class="flex flex-wrap justify-center gap-2 lg:flex-col lg:gap-1.5 xl:gap-2"
3232
>
3333
<p
3434
class="w-full text-center font-light lg:w-auto dark:font-extralight"
@@ -65,22 +65,20 @@ class="h-4.5 2xl:h-5"
6565
<div>TestFlight</div>
6666
</a>
6767
</div>
68-
{{--
69-
<div>
68+
<div>
7069
<a
71-
href="https://github.com/nativephp/kitchen-sink-mobile"
72-
target="_blank"
73-
rel="noopener noreferrer"
74-
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"
70+
href="https://github.com/nativephp/kitchen-sink-mobile"
71+
target="_blank"
72+
rel="noopener noreferrer"
73+
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"
7574
>
76-
<x-icons.github
77-
class="h-4.5 2xl:h-5"
78-
aria-hidden="true"
79-
/>
80-
<div>Source code</div>
75+
<x-icons.github
76+
class="h-4.5 2xl:h-5"
77+
aria-hidden="true"
78+
/>
79+
<div>Source</div>
8180
</a>
82-
</div>
83-
--}}
81+
</div>
8482
</div>
8583
</div>
8684

0 commit comments

Comments
 (0)