mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
colors
This commit is contained in:
@@ -7,7 +7,7 @@ interface PageHeroProps {
|
|||||||
export default function PageHero({ title }: PageHeroProps) {
|
export default function PageHero({ title }: PageHeroProps) {
|
||||||
return (
|
return (
|
||||||
<div className="mb-6 bg-slate-700 text-center py-10">
|
<div className="mb-6 bg-slate-700 text-center py-10">
|
||||||
<h1 className="text-2xl uppercase font-bold">{title}</h1>
|
<h1 className="text-2xl uppercase text-white font-bold">{title}</h1>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user