Skip to content

Commit ba07bbf

Browse files
committed
moved vue link down
1 parent 60531c8 commit ba07bbf

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

MyDevTools/Components/Layout/NavMenu.razor

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<div class="top-row ps-3 navbar navbar-dark">
22
<div class="container-fluid">
33
<a class="navbar-brand" href="">My Dev Tools</a>
4-
<a class="navbar-brand" href="https://mydevtools.org" rel="noopener noreferrer">Vue Version</a>
54
<button title="Navigation menu" class="navbar-toggler" @onclick="ToggleNavMenu">
65
<span class="navbar-toggler-icon"></span>
76
</button>
@@ -80,6 +79,12 @@
8079
<span class="bi bi-box" aria-hidden="true"></span> Container Ids
8180
</NavLink>
8281
</div>
82+
<hr class="nav-separator" />
83+
<div class="nav-item px-3 mt-auto">
84+
<a class="nav-link" href="https://mydevtools.org" target="_blank" rel="noopener noreferrer" aria-label="Visit Vue version">
85+
<span class="bi bi-code-slash" aria-hidden="true"></span> Vue Version
86+
</a>
87+
</div>
8388
</nav>
8489
</div>
8590

MyDevTools/Components/Layout/NavMenu.razor.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,10 @@
7575
overflow-y: auto;
7676
}
7777
}
78+
79+
.nav-separator {
80+
margin: 0.5rem 1rem;
81+
border: 0;
82+
border-top: 1px solid rgba(255, 255, 255, 0.1);
83+
opacity: 0.5;
84+
}

0 commit comments

Comments
 (0)