Skip to content

Commit 8173bb8

Browse files
committed
Fixed website ui
Signed-off-by: Vishal Rana <[email protected]>
1 parent ac0a38d commit 8173bb8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

website/layouts/partials/sidenav.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<nav class="w3-sidenav w3-border-right">
2-
<button class="w3-btn w3-white w3-border w3-border-theme w3-round-xlarge" onclick="location.href='/support-echo';">
3-
<i class="fa fa-heart" aria-hidden="true"></i> Support Echo
4-
</button>
2+
<div class="w3-container">
3+
<button class="w3-btn w3-white w3-border w3-border-theme w3-round-xlarge" onclick="location.href='/support-echo';">
4+
<i class="fa fa-heart" aria-hidden="true"></i> Support Echo
5+
</button>
6+
</div>
57
{{ $currentNode := . }}
68
<div class="menu">
79
{{ range .Site.Menus.main }}

0 commit comments

Comments
 (0)