Skip to content

Commit

Permalink
refactor (header): deleted 'play' button
Browse files Browse the repository at this point in the history
  • Loading branch information
HeitorMatt committed Sep 3, 2020
1 parent 909e440 commit ccdbbd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/adonisjs/resources/views/layout/partials/header.edge
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
--}}

@loggedIn
<span class="inline-flex mr-4 rounded-md shadow">
<!--<span class="inline-flex mr-4 rounded-md shadow">
<a href="{{route('player_home')}}" class="inline-flex items-center px-4 py-2 text-base font-medium leading-6 text-indigo-600 transition duration-150 ease-in-out bg-white border border-transparent rounded-md hover:text-indigo-500 focus:outline-none focus:shadow-outline-blue active:bg-gray-50 active:text-indigo-700">
Play
</a>
</span>
</span>-->
<span class="inline-flex rounded-md shadow">
<a href="{{route('logout')}}" class="inline-flex items-center px-4 py-2 text-base font-medium leading-6 text-indigo-600 transition duration-150 ease-in-out bg-white border border-transparent rounded-md hover:text-indigo-500 focus:outline-none focus:shadow-outline-blue active:bg-gray-50 active:text-indigo-700">
Logout
Expand Down

0 comments on commit ccdbbd4

Please sign in to comment.