Skip to content

Commit

Permalink
Disabled projects link
Browse files Browse the repository at this point in the history
  • Loading branch information
Safeheaded committed Oct 1, 2023
1 parent 410632a commit ac3c354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/AppBar/AppBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export function CustomAppBar() {
}}
>
{links.map(({ label, href }) => (
<Button
<Button disabled={href === "/projects"}
onClick={() => navigate(href)}
key={href}
sx={{ my: 2, color: "white", display: "block" }}
Expand Down

0 comments on commit ac3c354

Please sign in to comment.