File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed
MESS/MESS.Blazor/Components/Layout Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change 11@inherits LayoutComponentBase
22
33<div class =" page" >
4- <div class =" sidebar" >
5- <NavMenu />
6- </div >
74
85 <main >
96 <div class =" top-row px-4" >
10- <a href =" https://learn.microsoft.com/aspnet/core/" target =" _blank" >About</a >
7+ <NavLink class =" btn btn-outline-secondary text-decoration-none" href =" " Match =" NavLinkMatch.All" >
8+ <span >Home</span >
9+ </NavLink >
10+ <NavLink class =" btn btn-outline-secondary text-decoration-none" href =" workInstruction" Match =" NavLinkMatch.All" >
11+ <span >Work Instruction</span >
12+ </NavLink >
13+ <NavLink class =" btn btn-outline-secondary text-decoration-none" href =" products" Match =" NavLinkMatch.All" >
14+ <span ></span > Products
15+ </NavLink >
16+ <NavLink class =" btn btn-outline-secondary text-decoration-none" href =" production-log" Match =" NavLinkMatch.All" >
17+ <span ></span > Production Logs
18+ </NavLink >
19+ <NavLink class =" btn btn-outline-secondary text-decoration-none" href =" work-stations" Match =" NavLinkMatch.All" >
20+ <span ></span > Work Stations
21+ </NavLink >
1122 </div >
12-
23+
1324 <article class =" content px-4" >
1425 @Body
1526 </article >
You can’t perform that action at this time.
0 commit comments