Skip to content

Commit

Permalink
fix(header): correct capitalisation of GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv authored Sep 13, 2021
1 parent 384c99c commit c7cb9bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pug/components/navbar.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand All @@ -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
span.icon dark_mode

0 comments on commit c7cb9bf

Please sign in to comment.