We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22423f0 commit 1dc555fCopy full SHA for 1dc555f
docs/templates/macros/navbar.html
@@ -64,6 +64,14 @@
64
</li>
65
</ul>
66
<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
75
{% if dark_mode_toggle %}
76
<li class="nav-item dropdown">
77
<button
0 commit comments