mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
style(banner): update component with background color and layout changes
This commit is contained in:
parent
c12f734831
commit
b2e358de1b
@ -17,7 +17,10 @@ export function Banner({
|
|||||||
return (
|
return (
|
||||||
<header
|
<header
|
||||||
{...props}
|
{...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">
|
<p className="flex justify-center text-sm">
|
||||||
<a href={link} className="group">
|
<a href={link} className="group">
|
||||||
|
Loading…
Reference in New Issue
Block a user