Skip to content

Commit

Permalink
fix: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
ADchasacademy committed Feb 7, 2025
1 parent 5f54c96 commit 8fe8e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/menu-item/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

@php
$baseClasses = 'block rounded-lg px-4 py-2 text-center transition-all duration-200 ease-out';
$hoverClasses = 'cursor-pointer hover:bg-slate-600 focus:bg-slate-600 focus:outline-0';
$hoverClasses = 'hover:bg-slate-600 focus:bg-slate-600 focus:outline-0';
$variantClasses = match ($variant) {
'highlights' => 'font-bold text-indigo-400',
Expand Down

0 comments on commit 8fe8e45

Please sign in to comment.