Skip to content

Commit

Permalink
chore: Update Navbar to include Watchtower logo in the navigation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
aliirz committed Jul 5, 2024
1 parent b5fcf95 commit cba4c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</button>
<div :class="{'!visible mt-2': isMenuOpen, 'hidden': !isMenuOpen, 'flex-grow basis-[100%] items-center lg:mt-0 lg:!flex lg:basis-auto': true}" id="navbarSupportedContent13">
<div class="ms-2">
<a class="text-xl text-black dark:text-white" href="/">WT</a>
<a class="text-xl text-black dark:text-white" href="/"><img src="@/assets/images/logosm.png" alt="Logo" class="h-6 w-6" /></a>
</div>
<ul class="list-style-none me-auto flex flex-col ps-0 lg:mt-1 lg:flex-row">
<li class="my-4 ps-2 lg:my-0 lg:pe-1 lg:ps-2">
Expand Down

0 comments on commit cba4c9e

Please sign in to comment.