Skip to content

Commit

Permalink
Implemented navbar in all tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcanosantana committed Nov 25, 2023
1 parent 53571b8 commit f0769f3
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Layout/MainLayout.razor
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
@inherits LayoutComponentBase
<div class="page">

<main>
<NavBar></NavBar>
<NavBar></NavBar>

<article class="content px-4">
@Body
</article>
<main class="container">
@Body
</main>
</div>

0 comments on commit f0769f3

Please sign in to comment.