Skip to content

Commit 0142d1a

Browse files
authored
Fix link to GitHub releases in changelog list
1 parent 6dbabf2 commit 0142d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/changelog-list.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function ChangelogList({ releases }: ChangelogListProps) {
4040
<p className="text-muted-foreground">
4141
No releases found. Check back later or visit our{" "}
4242
<a
43-
href="https://github.com/ultimatemenu/ultimatemenu/releases"
43+
href="https://github.com/UltimateMenu/UltimateMenu/releases"
4444
className="text-primary hover:underline"
4545
target="_blank"
4646
rel="noopener noreferrer"

0 commit comments

Comments
 (0)