Skip to content

Commit

Permalink
Removed nav bar.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oia20 committed Apr 20, 2024
1 parent 23a56f3 commit e1a726c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 165 deletions.
3 changes: 0 additions & 3 deletions CropSQL/Layout/MainLayout.razor
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
@inherits LayoutComponentBase
<div class="page">
<div class="sidebar">
<NavMenu />
</div>

<main>
<div class="top-row px-4">
Expand Down
77 changes: 0 additions & 77 deletions CropSQL/Layout/MainLayout.razor.css

This file was deleted.

2 changes: 1 addition & 1 deletion CropSQL/Layout/NavMenu.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@* comment to test github action *@


<div class="top-row ps-3 navbar navbar-dark">
<div class="container-fluid">
Expand Down
83 changes: 0 additions & 83 deletions CropSQL/Layout/NavMenu.razor.css

This file was deleted.

2 changes: 1 addition & 1 deletion CropSQL/Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

<h1>Hello, world!</h1>

Welcome to your new app.
Welcome to crop sql!

0 comments on commit e1a726c

Please sign in to comment.