Skip to content

Commit

Permalink
remove unecesary slash (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo authored Feb 27, 2024
1 parent 26550fc commit dcb0265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/connect/src/components/atoms/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function NavBar() {
return (
<AppBar position="static" color="inherit">
<Toolbar>
<MuiLink href={`${import.meta.env.BASE_URL}/`}>
<MuiLink href={import.meta.env.BASE_URL}>
<Logo src={portal} alt="Portal" />
</MuiLink>
<Spacer />
Expand Down

0 comments on commit dcb0265

Please sign in to comment.