init
This commit is contained in:
10
components/wordmark.tsx
Normal file
10
components/wordmark.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
export function Wordmark({ className }: { className?: string }) {
|
||||
return (
|
||||
<span
|
||||
className={`tracking-tight text-white [font-family:var(--font-space-grotesk)] ${className ?? ""}`}
|
||||
>
|
||||
<span className="font-bold [-webkit-text-stroke:0.7px_white]">KNUR</span>
|
||||
<span className="font-medium text-accent">.APP</span>
|
||||
</span>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user