We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834bf90 commit 7bd60c8Copy full SHA for 7bd60c8
ui/src/routes/_authenticated/_dashboard.tsx
@@ -25,7 +25,7 @@ function DashboardComponent() {
25
<div className="h-[1px] bg-border mb-2" />
26
<h3>
27
<Link
28
- to="/dashboard/settings"
+ to="/dashboard/settings/user"
29
className="text-sm text-muted-foreground hover:text-primary transition-colors duration-200"
30
>
31
{organisationName}
0 commit comments