Skip to content

Commit 71c0f46

Browse files
committed
fix link of Go back to Dashboard
1 parent 7e02f22 commit 71c0f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[locale]/dashboard/components/dashboard-nav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export function DashboardNav({
8080
<Text variant="headingMd" fontWeight="medium" className="py-2">
8181
{entityDetails?.name}
8282
</Text>
83-
<Link href={'/dashboard'}>
83+
<Link href={'/dashboard/organization'}>
8484
<Text variant="headingXs" color="interactive">
8585
{' '}
8686
Go back to Dashboard{' '}

0 commit comments

Comments
 (0)