chore: final layout
This commit is contained in:
7
app/components/Title.tsx
Normal file
7
app/components/Title.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export function Title({ children }: React.PropsWithChildren) {
|
||||
return (
|
||||
<div className="mt-5 mx-5 lg:mx-0 text-xl sm:text-3xl text-[#ffff00] font-bold">
|
||||
<span>{children}</span>
|
||||
</div>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user