resources/views/components/nav-link.blade.php: do not hide links on small screens
This commit is contained in:
parent
9e5a1035a8
commit
e95b2746fb
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
@props(['active' => false])
|
||||
@php
|
||||
|
||||
$classes = 'cursor-pointer px-2 py-1 rounded xl:flex items-center text-sm tracking-normal hidden';
|
||||
$classes = 'cursor-pointer px-2 py-1 rounded flex items-center text-sm tracking-normal';
|
||||
|
||||
if ($active) {
|
||||
$classes .= ' bg-gray-900 text-indigo-300';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue