From c7cb9bfa6c30f0ebb0fbc4e8d1d086f82c0119cd Mon Sep 17 00:00:00 2001 From: Haroen Viaene Date: Mon, 13 Sep 2021 10:54:07 +0200 Subject: [PATCH] fix(header): correct capitalisation of GitHub https://github.com/logos --- src/pug/components/navbar.pug | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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