1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-20 12:02:22 +03:00

Many frontend fixes & deps bumps

This commit is contained in:
Quentin Gliech
2023-06-19 17:16:21 +02:00
parent 4ec134a996
commit ebb87f0a5e
12 changed files with 1776 additions and 1231 deletions

View File

@@ -17,7 +17,7 @@ const NavBar: React.FC<{
children: React.ReactNode;
}> = ({ className, children }) => (
<nav className={className}>
<ul className="flex flex-row gap-4 justify-center ">{children}</ul>
<ul className="flex flex-row gap-4 justify-center">{children}</ul>
</nav>
);