style(banner): update component with background color and layout changes

This commit is contained in:
cfngc4594 2025-03-07 15:31:22 +08:00
parent c12f734831
commit b2e358de1b

View File

@ -17,7 +17,10 @@ export function Banner({
return (
<header
{...props}
className={cn("h-12 flex flex-none items-center justify-center text-foreground", className)}
className={cn(
"h-12 flex items-center justify-center bg-muted text-foreground",
className
)}
>
<p className="flex justify-center text-sm">
<a href={link} className="group">