Skip to content

Commit a4c85ac

Browse files
committed
Add link as per review
1 parent 8eca618 commit a4c85ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SerialNavBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const ssxLogo: ImageColourSchemeSwitchType = {
1616

1717
export function SerialNavBar() {
1818
return (
19-
<Navbar logo={ssxLogo} containerWidth={false}>
19+
<Navbar logo={ssxLogo} containerWidth={false} linkComponent={Link}>
2020
<NavLinks>
2121
<NavLink linkComponent={Link} to="/">
2222
Home

0 commit comments

Comments
 (0)