Merge remote-tracking branch 'origin/feature/switch_to_tailwind' into feature/switch_to_tailwind

This commit is contained in:
Pascal Fischer
2023-05-22 15:20:30 +02:00
2 changed files with 3 additions and 2 deletions

View File

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