Skip to content

Commit c5cb31f

Browse files
authored
Fix GitHub links in footer component
Updated GitHub links to use the correct casing for the UltimateMenu repository.
1 parent 0142d1a commit c5cb31f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/footer.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export function Footer() {
3232
</li>
3333
<li>
3434
<a
35-
href="https://github.com/ultimatemenu/ultimatemenu/wiki"
35+
href="https://github.com/UltimateMenu/UltimateMenu/wiki"
3636
className="text-muted-foreground hover:text-primary transition-colors"
3737
target="_blank"
3838
>
@@ -65,7 +65,7 @@ export function Footer() {
6565
</li>
6666
<li>
6767
<a
68-
href="https://github.com/ultimatemenu/ultimatemenu/discussions"
68+
href="https://github.com/UltimateMenu/UltimateMenu/discussions"
6969
target="_blank"
7070
rel="noopener noreferrer"
7171
className="text-muted-foreground hover:text-primary transition-colors"
@@ -85,7 +85,7 @@ export function Footer() {
8585
className="h-9 w-9 bg-transparent hover:bg-primary/10 hover:text-primary transition-all"
8686
asChild
8787
>
88-
<a href="https://github.com/ultimatemenu/ultimatemenu" target="_blank" rel="noopener noreferrer">
88+
<a href="https://github.com/UltimateMenu/UltimateMenu" target="_blank" rel="noopener noreferrer">
8989
<Github className="h-4 w-4" />
9090
</a>
9191
</Button>

0 commit comments

Comments
 (0)