Skip to content

Commit 1dc555f

Browse files
committed
Add GitHub link
1 parent 22423f0 commit 1dc555f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/templates/macros/navbar.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@
6464
</li>
6565
</ul>
6666
<ul class="navbar-nav flex-row flex-wrap ms-auto" >
67+
<li>
68+
<li class="nav-item">
69+
<a href="https://github.com/facultyai/dash-bootstrap-components" class="nav-link">
70+
<i class="bi bi-github ms-1"></i>
71+
<span class="d-lg-none ms-2">Source code</span>
72+
</a>
73+
</li>
74+
</li>
6775
{% if dark_mode_toggle %}
6876
<li class="nav-item dropdown">
6977
<button

0 commit comments

Comments
 (0)