Skip to content

Commit

Permalink
fix breadcrumb issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CADawg committed Mar 16, 2024
1 parent 218150e commit a0f9ec3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ui/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>ConfigDN</title>
<script type="module" crossorigin src="/assets/index.4a3e19b9.js"></script>
<script type="module" crossorigin src="/assets/index.a335f39f.js"></script>
<link rel="stylesheet" href="/assets/index.5d8b1d26.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion ui/src/routes/Dashboards/User.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function User() {
<DashboardNavbar>
{model ? <div className={"navbar-links-breadcrumb"}>
<Link class="breadcrumb-page"
to={`/dashboard/user`}><p>Account Settings</p></Link>
to={`/dashboard/user/${model?.id}`}><p>Account Settings</p></Link>
</div>
: null}
</DashboardNavbar>
Expand Down

0 comments on commit a0f9ec3

Please sign in to comment.