diff --git a/src/pug/components/navbar.pug b/src/pug/components/navbar.pug index b5aac1d1..90dd1b43 100644 --- a/src/pug/components/navbar.pug +++ b/src/pug/components/navbar.pug @@ -16,7 +16,7 @@ mixin navbar .navbar-frame a.navbar-logo(href='./') bundle .mobile - a.btn.btn-highlight(href="https://github.com/okikio/bundle" target="_blank" rel="noopener") Github + a.btn.btn-highlight(href="https://github.com/okikio/bundle" target="_blank" rel="noopener") GitHub button.theme-toggle(type='button') span.icon dark_mode button.navbar-toggle(type='button') @@ -26,6 +26,6 @@ mixin navbar .desktop .navbar-collapse +nav-list - a.btn.btn-highlight(href="https://github.com/okikio/bundle" target="_blank" rel="noopener") Github + a.btn.btn-highlight(href="https://github.com/okikio/bundle" target="_blank" rel="noopener") GitHub button.theme-toggle(type='button') - span.icon dark_mode \ No newline at end of file + span.icon dark_mode