Skip to content

Commit

Permalink
Removing signout link
Browse files Browse the repository at this point in the history
  • Loading branch information
FarhanShares committed Nov 5, 2020
1 parent 6e31329 commit 317e131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions partials/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
<li class="lg:mx-2 w-full lg:w-auto shadow lg:shadow-none">
<a href="/profile.php" class="p-4 block hover:text-red-500">Profile</a>
</li>
<li class="lg:mx-2 w-full lg:w-auto shadow lg:shadow-none">
<!-- <li class="lg:mx-2 w-full lg:w-auto shadow lg:shadow-none">
<a href="/signout.php" class="p-4 block hover:text-red-500">Logout</a>
</li>
</li> -->
</ul>
</div>
Expand Down

0 comments on commit 317e131

Please sign in to comment.