Skip to content

Commit

Permalink
Updated subheaders inside community
Browse files Browse the repository at this point in the history
  • Loading branch information
WillTheDeveloper committed Mar 11, 2022
1 parent 8a7ae56 commit a9a7014
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions resources/views/community.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,11 @@ class="group flex items-center px-3 py-2 text-sm font-medium text-gray-600 round
<label for="question-tabs" class="sr-only">Select a tab</label>
<select id="question-tabs"
class="block w-full rounded-md border-gray-300 text-base font-medium text-gray-900 shadow-sm focus:border-rose-500 focus:ring-rose-500">
<option selected>Recent</option>
<option selected>Latest</option>

<option>Most Liked</option>
<option>Highest comments</option>

<option>Most Answers</option>
<option>Most Views</option>
</select>
</div>
<div class="hidden sm:block">
Expand All @@ -230,21 +230,21 @@ class="block w-full rounded-md border-gray-300 text-base font-medium text-gray-9
<!-- Current: "text-gray-900", Default: "text-gray-500 hover:text-gray-700" -->
<a href="#" aria-current="page"
class="text-gray-900 rounded-l-lg group relative min-w-0 flex-1 overflow-hidden bg-white py-4 px-6 text-sm font-medium text-center hover:bg-gray-50 focus:z-10">
<span>Recent</span>
<span>Latest</span>
<span aria-hidden="true"
class="bg-rose-500 absolute inset-x-0 bottom-0 h-0.5"></span>
</a>

<a href="#"
class="text-gray-500 hover:text-gray-700 group relative min-w-0 flex-1 overflow-hidden bg-white py-4 px-6 text-sm font-medium text-center hover:bg-gray-50 focus:z-10">
<span>Most Liked</span>
<span>Highest comments</span>
<span aria-hidden="true"
class="bg-transparent absolute inset-x-0 bottom-0 h-0.5"></span>
</a>

<a href="#"
class="text-gray-500 hover:text-gray-700 rounded-r-lg group relative min-w-0 flex-1 overflow-hidden bg-white py-4 px-6 text-sm font-medium text-center hover:bg-gray-50 focus:z-10">
<span>Most Answers</span>
<span>Most Views</span>
<span aria-hidden="true"
class="bg-transparent absolute inset-x-0 bottom-0 h-0.5"></span>
</a>
Expand Down

0 comments on commit a9a7014

Please sign in to comment.