fix: corrige avisos de estilo do Tailwind CSS
- bg-gradient-to-r -> bg-linear-to-r - after:start-[4px] -> after:start-1 - z-[60] -> z-60
This commit is contained in:
@@ -91,7 +91,7 @@ export default function Header() {
|
||||
<>
|
||||
{/* Admin Bar - aparece apenas para usuários logados */}
|
||||
{isLoggedIn && (
|
||||
<div className="w-full bg-secondary dark:bg-black py-1.5 px-4 z-[60] relative">
|
||||
<div className="w-full bg-secondary dark:bg-black py-1.5 px-4 z-60 relative">
|
||||
<div className="container mx-auto flex items-center justify-between">
|
||||
<div className="flex items-center gap-2 text-xs text-gray-400">
|
||||
<i className="ri-shield-user-line text-primary"></i>
|
||||
|
||||
Reference in New Issue
Block a user