Update dependency versions

This commit is contained in:
2025-11-13 23:16:16 -05:00
parent ddf25232b4
commit 8567e67d1a
7 changed files with 782 additions and 550 deletions

View File

@@ -14,7 +14,7 @@ export default function NavBar(props: NavBarProps){
className={clsx(
className,
"fixed top-0 left-0 w-full z-10",
"flex flex-row flex-nowrap items-center justify-between"
"flex flex-row flex-nowrap items-center justify-center"
)}
>
{children}