mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 07:37:11 +01:00
Panels redesign.
This commit is contained in:
parent
7886c3f393
commit
f5bc3dc6c2
58 changed files with 530 additions and 733 deletions
|
|
@ -12,7 +12,7 @@ export function PageHeader({
|
|||
children?: ReactNode;
|
||||
}) {
|
||||
return (
|
||||
<Row justifyContent="space-between" alignItems="center" paddingBottom="6">
|
||||
<Row justifyContent="space-between" alignItems="center">
|
||||
<Row gap="3">
|
||||
{icon && <Icon size="lg">{icon}</Icon>}
|
||||
{title && <Heading>{title}</Heading>}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue