Skip to content

Commit

Permalink
second try
Browse files Browse the repository at this point in the history
  • Loading branch information
victorrgouvea committed Sep 23, 2024
1 parent 0f52f0a commit 0f01c03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
</div>
</div>

<!-- Navbar -->
<div class="absolute right-0 flex items-center">
<Navbar/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/Navbar.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="navbar-container">
<div class="navbar-container bg-gray-900">
<Menubar :model="items" class="bg-gray-900 text-white navbar">
</Menubar>
</div>
Expand Down

0 comments on commit 0f01c03

Please sign in to comment.