mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 23:57:12 +01:00
White-label support.
This commit is contained in:
parent
52d9dd2871
commit
f84e67b0e6
6 changed files with 93 additions and 13 deletions
|
|
@ -26,15 +26,17 @@ export function SharePage({ shareId }) {
|
|||
return null;
|
||||
}
|
||||
|
||||
const { whiteLabel } = shareToken;
|
||||
|
||||
return (
|
||||
<Column backgroundColor="2">
|
||||
<PageBody gap>
|
||||
<Header />
|
||||
<Header whiteLabel={whiteLabel} />
|
||||
<WebsiteProvider websiteId={shareToken.websiteId}>
|
||||
<WebsiteHeader showActions={false} />
|
||||
<WebsitePage websiteId={shareToken.websiteId} />
|
||||
</WebsiteProvider>
|
||||
<Footer />
|
||||
<Footer whiteLabel={whiteLabel} />
|
||||
</PageBody>
|
||||
</Column>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue