feat: Add branding, port more text from old site

This commit is contained in:
Jesse Wierzbinski 2024-07-22 13:12:55 +02:00
parent 02695bc22c
commit 5ab772df21
No known key found for this signature in database
9 changed files with 37 additions and 26 deletions

View file

@ -170,7 +170,7 @@ function NavigationGroup({
<li className={clsx("relative mt-6", className)}>
<motion.h2
layout="position"
className="text-xs font-semibold text-zinc-900 dark:text-white"
className="text-sm font-semibold text-zinc-900 dark:text-white"
>
{group.title}
</motion.h2>