Skip to content

Commit

Permalink
Fix menu.pug markup
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlmneves committed Dec 19, 2021
1 parent 9030aec commit ca59bea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/_modules/menu/menu.pug
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ mixin menu()
nav.menu(id='mainnav' role='navigation' aria-labelledby='mainnavheading')
.menu__inner
h1.menu__logo
Show
a(href='/')
span.menu__logo--blue Trackr
a(href='/')
span.menu__logo--blue Trackr
ul.menu__topics
li.menu__item
+menuLink('Features', 'menu__link', '#')
Expand Down

0 comments on commit ca59bea

Please sign in to comment.