fix: invert logo color on dark background and remove unused Reservation component
This commit is contained in:
@@ -36,7 +36,7 @@ export default function Header({ dict, lang, dbSettings }: { dict: any, lang: st
|
||||
alt="Moy Beach Logo"
|
||||
width={120}
|
||||
height={48}
|
||||
className={`h-12 w-auto transition-all duration-300 ${(!isScrolled && !dbSettings?.logoUrl) ? "brightness-0 invert opacity-90" : ""}`}
|
||||
className={`h-12 w-auto transition-all duration-300 ${!isScrolled ? "brightness-0 invert opacity-90" : ""}`}
|
||||
style={{ width: "auto" }}
|
||||
/>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user