fixes
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
export function Title({ children }: React.PropsWithChildren) {
|
||||
return (
|
||||
<div className="mt-5 flex flex-col items-center">
|
||||
<div className="text-[#ffff00] font-bold">
|
||||
<span>{children}</span>
|
||||
</div>
|
||||
<div className="mt-5">
|
||||
<h1 className="text-[#ffff00] text-2xl font-bold">{children}</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user