Skip to content

Commit 3f9aa2b

Browse files
joshpollaraclaude
andcommitted
Add GitHub repository link to navigation
- Add GitHub icon link in navbar for all users - Links to https://github.com/joshpollara/bridgeping - Opens in new tab with Bootstrap Icons GitHub icon 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5291e68 commit 3f9aa2b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

webapp/templates/base.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@
3737
<li class="nav-item">
3838
<a class="nav-link" href="/logout">Logout</a>
3939
</li>
40+
<li class="nav-item">
41+
<a class="nav-link" href="https://github.com/joshpollara/bridgeping" target="_blank" title="View on GitHub">
42+
<i class="bi bi-github"></i>
43+
</a>
44+
</li>
4045
</ul>
4146
{% else %}
4247
<ul class="navbar-nav me-auto">
@@ -50,6 +55,13 @@
5055
<a class="nav-link" href="/faq">FAQ</a>
5156
</li>
5257
</ul>
58+
<ul class="navbar-nav ms-auto">
59+
<li class="nav-item">
60+
<a class="nav-link" href="https://github.com/joshpollara/bridgeping" target="_blank" title="View on GitHub">
61+
<i class="bi bi-github"></i>
62+
</a>
63+
</li>
64+
</ul>
5365
{% endif %}
5466
</div>
5567
</div>

0 commit comments

Comments
 (0)