mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 09:05:36 +01:00
Layout changes.
This commit is contained in:
parent
16f1b15dee
commit
f5c4e1b46e
15 changed files with 71 additions and 1788 deletions
|
|
@ -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 />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue