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 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 >
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
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments