feat: upgrade to tailwindcss v4
This commit is contained in:
parent
e173376319
commit
b7009e387b
31 changed files with 374 additions and 1228 deletions
|
|
@ -46,7 +46,7 @@ export default function Footer({ url, debug, healthy }: FooterProps) {
|
|||
tabIndex={0} // Allows keyboard focus
|
||||
className={cn(
|
||||
'blur-sm hover:blur-none focus:blur-none transition',
|
||||
'focus:outline-none focus:ring-2 rounded-sm',
|
||||
'focus:outline-hidden focus:ring-2 rounded-xs',
|
||||
)}
|
||||
>
|
||||
{url}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue