Skip to content

Commit

Permalink
🎨 update header content
Browse files Browse the repository at this point in the history
  • Loading branch information
zcubbs committed Oct 14, 2023
1 parent f60e008 commit 45e4f1b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions web/views/partials/header.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<div class="top-nav">
<nav class="nav-items">
<div class="title" onclick="goTo('/')"><span><img class="logo" src="{{.Logo}}" alt=""/></span>{{.SubTitle}}</div>
{{ if .ShowGithub }}
<div class="repo-link" onclick="goToNewTab('https://github.com/zcubbs/hub-v2')">
<span><img class="logo" width="24px" height="24px" src="/assets/github.png" alt=""/></span>
</div>
{{ end }}
</nav>
</div>

0 comments on commit 45e4f1b

Please sign in to comment.