Skip to content

Commit

Permalink
#741 - fix logo link
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Feb 26, 2024
1 parent 08f92e2 commit f4d0203
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="">
<MuiLink href={`${import.meta.env.BASE_URL}/`}>
<Logo src={portal} alt="Portal" />
</MuiLink>
<Spacer />
Expand Down

0 comments on commit f4d0203

Please sign in to comment.