Skip to content

Commit dcb0265

Browse files
remove unecesary slash (#749)
1 parent 26550fc commit dcb0265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/connect/src/components/atoms/NavBar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default function NavBar() {
9696
return (
9797
<AppBar position="static" color="inherit">
9898
<Toolbar>
99-
<MuiLink href={`${import.meta.env.BASE_URL}/`}>
99+
<MuiLink href={import.meta.env.BASE_URL}>
100100
<Logo src={portal} alt="Portal" />
101101
</MuiLink>
102102
<Spacer />

0 commit comments

Comments
 (0)