Skip to content

Commit 6dbabf2

Browse files
authored
Fix GitHub links in hero component
1 parent fdb9b1e commit 6dbabf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/hero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export function Hero() {
8080
className="group relative w-full sm:w-auto gap-2 text-sm md:text-base transition-all hover:scale-105 hover:shadow-[0_0_20px_rgba(34,197,94,0.5)] overflow-hidden"
8181
asChild
8282
>
83-
<a href="https://github.com/ultimatemenu/ultimatemenu/releases/latest" target="_blank" rel="noopener noreferrer">
83+
<a href="https://github.com/UltimateMenu/UltimateMenu/releases/latest" target="_blank" rel="noopener noreferrer">
8484
<span className="absolute inset-0 -translate-x-full group-hover:animate-[shimmer_1.5s_infinite] bg-gradient-to-r from-transparent via-white/20 to-transparent z-10" />
8585
<Download className="h-4 w-4 md:h-5 md:w-5" />
8686
Download Now
@@ -91,7 +91,7 @@ export function Hero() {
9191
className="w-full sm:w-auto gap-2 text-sm md:text-base bg-white text-black hover:bg-white/90 transition-all hover:scale-105"
9292
asChild
9393
>
94-
<a href="https://github.com/ultimatemenu/ultimatemenu" target="_blank" rel="noopener noreferrer">
94+
<a href="https://github.com/UltimateMenu/UltimateMenu" target="_blank" rel="noopener noreferrer">
9595
<Github className="h-4 w-4 md:h-5 md:w-5" />
9696
View on GitHub
9797
</a>

0 commit comments

Comments
 (0)