7 lines
No EOL
198 B
TypeScript
7 lines
No EOL
198 B
TypeScript
export default function Logo() {
|
|
return (
|
|
<div className="flex items-center justify-center h-screen">
|
|
<h1 className="text-7xl font-bold font-silkscreen">ELATO 👾</h1>
|
|
</div>
|
|
);
|
|
} |