File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
MyDevTools/Components/Layout Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
<div class =" top-row ps-3 navbar navbar-dark" >
2
2
<div class =" container-fluid" >
3
3
<a class =" navbar-brand" href =" " >My Dev Tools</a >
4
- <a class =" navbar-brand" href =" https://mydevtools.org" rel =" noopener noreferrer" >Vue Version</a >
5
4
<button title =" Navigation menu" class =" navbar-toggler" @onclick =" ToggleNavMenu" >
6
5
<span class =" navbar-toggler-icon" ></span >
7
6
</button >
80
79
<span class =" bi bi-box" aria-hidden =" true" ></span > Container Ids
81
80
</NavLink >
82
81
</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 >
83
88
</nav >
84
89
</div >
85
90
Original file line number Diff line number Diff line change 75
75
overflow-y : auto;
76
76
}
77
77
}
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
+ }
You can’t perform that action at this time.
0 commit comments