@props(['href' => null, 'current' => false])
@if ($href && ! $current)
class('inline-flex items-center gap-1 hover:text-krikkit-fg transition') }}>
{{ $slot }}
@else
class(['inline-flex items-center gap-1', $current ? 'font-medium text-krikkit-fg' : '']) }} @if ($current) aria-current="page" @endif>
{{ $slot }}
@endif