File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
<div class =" mt-3 space-y-1" aria-labelledby =" tags-menu" >
6
6
<a
7
7
href =" {{ route (' forum' , [' filter' => $filter ]) } }"
8
- class =" group flex items-center px-2 py-1 text-sm font-medium text-gray-600 hover:bg-white {{ (! isset ($activeTag ) ? ' bg-white text-lio-500 border-lio-500 border-l-2' : ' ' ) } }"
8
+ class =" group flex items-center px-2 py-1 text-xs font-medium text-gray-600 hover:bg-white {{ (! isset ($activeTag ) ? ' bg-white text-lio-500 border-lio-500 border-l-2' : ' ' ) } }"
9
9
>
10
10
<span class =" truncate" >
11
11
All
@@ -15,7 +15,7 @@ class="group flex items-center px-2 py-1 text-sm font-medium text-gray-600 hover
15
15
@foreach ($tags as $tag )
16
16
<a
17
17
href =" {{ route (' forum.tag' , [$tag -> slug (), ' filter' => $filter ]) } }"
18
- class =" group flex items-center px-2 py-1 text-sm font-medium text-gray-600 hover:bg-white {{ (isset ($activeTag ) && $activeTag -> id () === $tag -> id () ? ' bg-white text-lio-500 border-lio-500 border-l-2' : ' ' ) } }"
18
+ class =" group flex items-center px-2 py-1 text-xs font-medium text-gray-600 hover:bg-white {{ (isset ($activeTag ) && $activeTag -> id () === $tag -> id () ? ' bg-white text-lio-500 border-lio-500 border-l-2' : ' ' ) } }"
19
19
>
20
20
<span class =" truncate" >
21
21
{{ $tag -> name () } }
You can’t perform that action at this time.
0 commit comments