Skip to content

Commit 8067f37

Browse files
committed
Remove superfluous class from the navigation to further separate specific layout concerns #10
1 parent 7ef9938 commit 8067f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SiteNav.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const { pathname } = Astro.url;
33
---
44

5-
<nav class="[ site-nav ] [ wrapper cluster ]">
5+
<nav class="[ site-nav ] [ cluster ]">
66
<a class="site-nav__logo" href="."><img src="images/elife-pathways-logo.svg" alt="eLife Pathways" /></a>
77

88
<a href={pathname + '#mobile-nav'} class="site-nav__hamburger" aria-label="Open navigation menu">

0 commit comments

Comments
 (0)