Skip to content

Commit

Permalink
update nav
Browse files Browse the repository at this point in the history
  • Loading branch information
doghot committed May 25, 2023
1 parent def44a7 commit 10c0821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<nav class="bg-blue-500 p-4">
<div class="container mx-auto flex items-center justify-between">
<a href="#" class="text-xl font-bold text-white">Dad Jokes</a>
<ul class="flex space-x-4">
<!-- <ul class="flex space-x-4">
<li><a href="#" class="text-white hover:text-gray-200">About</a></li>
<li>
<a href="#" class="text-white hover:text-gray-200">Documentation</a>
</li>
</ul>
</ul> -->
</div>
</nav>

Expand Down

1 comment on commit 10c0821

@vercel
Copy link

@vercel vercel bot commented on 10c0821 May 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.