mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +01:00
Updated settings components.
This commit is contained in:
parent
1d9c3133f0
commit
91af593ff5
31 changed files with 805 additions and 494 deletions
|
|
@ -39,8 +39,7 @@ export default function Dashboard({ userId }) {
|
|||
|
||||
return (
|
||||
<Page>
|
||||
<PageHeader>
|
||||
<div>{formatMessage(messages.dashboard)}</div>
|
||||
<PageHeader title={formatMessage(messages.dashboard)}>
|
||||
{!editing && <DashboardSettingsButton />}
|
||||
</PageHeader>
|
||||
{editing && <DashboardEdit websites={data} />}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue