Skip to content

Commit 1a39bf6

Browse files
committed
fix: color
1 parent 7d4b38d commit 1a39bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<ul class="navbar-nav mb-2 mb-xl-0">
2020
{{ range .Site.Menus.buttons }}
2121
<li class="nav-item">
22-
<a class="nav-link btn btn-primary text-dark px-4" href="{{ .URL }}">{{ .Name }}</a>
22+
<a class="btn btn-primary text-dark px-4" href="{{ .URL }}">{{ .Name }}</a>
2323
</li>
2424
{{ end }}
2525
<li class="nav-item text-center">

0 commit comments

Comments
 (0)