Skip to content

Commit

Permalink
feat: Adding redirect to tags. #364
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle committed May 23, 2023
1 parent c819923 commit 478dcf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/app_web/templates/layout/root.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<div class="hidden sm:ml-6 sm:block">
<div class="flex space-x-4">
<!-- <a href="#" class="bg-gray-900 text-white rounded-md px-3 py-2 text-sm font-medium" aria-current="page">Current</a> -->
<a href="#" class="text-gray-300 hover:bg-gray-700 hover:text-white rounded-md px-3 py-2 text-sm font-medium">Tags</a>
<%= link("Tags", to: "/tags", class: "text-gray-300 hover:bg-gray-700 hover:text-white rounded-md px-3 py-2 text-sm font-medium") %>
</div>
</div>
</div>
Expand Down Expand Up @@ -146,7 +146,7 @@
class="sm:hidden" id="mobile-menu">
<div class="space-y-1 px-2 pb-3 pt-2">
<!-- <a href="#" class="bg-gray-900 text-white rounded-md px-3 py-2 text-sm font-medium" aria-current="page">Current</a> -->
<a href="#" class="text-gray-300 hover:bg-gray-700 hover:text-white rounded-md px-3 py-2 text-sm font-medium">Tags</a>
<%= link("Tags", to: "/tags", class: "text-gray-300 hover:bg-gray-700 hover:text-white rounded-md px-3 py-2 text-sm font-medium") %>
</div>
</div>
</nav>
Expand Down

0 comments on commit 478dcf0

Please sign in to comment.