chore: ⬆️ Upgrade to Tailwind v4

This commit is contained in:
Jesse Wierzbinski 2025-05-14 18:25:40 +02:00
parent e363639803
commit 737969835d
No known key found for this signature in database
24 changed files with 741 additions and 402 deletions

View file

@ -15,10 +15,10 @@ export function Logo(props: ComponentPropsWithoutRef<"div">) {
<img
src="https://cdn.versia.pub/branding/icon.svg"
alt="Logo"
className="h-full rounded-sm"
className="h-full rounded-xs"
/>
<span className="fill-zinc-900 dark:fill-white font-semibold text-lg">
Versia Protocol {/* <Badge className="!h-6">Dev</Badge> */}
Versia Protocol {/* <Badge className="h-6!">Dev</Badge> */}
</span>
</div>
);