Skip to content

Commit 708c353

Browse files
committed
Fix home link in dashboard footer (#5521)
DASH-475
1 parent 9ef8b39 commit 708c353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/@/components/blocks/app-footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export function AppFooter(props: AppFooterProps) {
8080
<div className="grid grid-flow-col grid-cols-2 grid-rows-5 gap-2 md:flex md:flex-row md:justify-between">
8181
<Link
8282
className="px-[10px] py-[6px] text-muted-foreground text-sm hover:underline"
83-
href="/"
83+
href="/home"
8484
>
8585
Home
8686
</Link>

0 commit comments

Comments
 (0)