Layout changes.

This commit is contained in:
Mike Cao 2025-03-19 19:50:45 -07:00
parent 16f1b15dee
commit f5c4e1b46e
15 changed files with 71 additions and 1788 deletions

View file

@ -1,4 +1,3 @@
'use client';
import { ThemeButton, Row } from '@umami/react-zen';
import { LanguageButton } from '@/components/input/LanguageButton';
import { ProfileButton } from '@/components/input/ProfileButton';
@ -6,10 +5,9 @@ import { TeamsButton } from '@/components/input/TeamsButton';
export function NavBar() {
return (
<Row justifyContent="space-between" alignItems="center" paddingX="4" paddingY="3">
<div></div>
<Row justifyContent="space-between" alignItems="center" paddingY="3">
<TeamsButton />
<Row justifyContent="flex-end">
<TeamsButton />
<ThemeButton />
<LanguageButton />
<ProfileButton />