Skip to content

Commit 7ce2b13

Browse files
committed
Add link to navbar
1 parent 3579261 commit 7ce2b13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/SerialNavBar.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ export function SerialNavBar() {
2727
<NavLink linkComponent={Link} to="/extruder">
2828
Extruder
2929
</NavLink>
30+
<NavLink linkComponent={Link} to="/jungfrau">
31+
JF Rotation
32+
</NavLink>
3033
</NavLinks>
3134
</Navbar>
3235
);

0 commit comments

Comments
 (0)