mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 08:37:13 +01:00
Share page changes.
This commit is contained in:
parent
c9f6653b62
commit
4a09f2bff6
11 changed files with 60 additions and 140 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import { Row, Text } from '@umami/react-zen';
|
||||
import type { WhiteLabel } from '@/app/api/share/[shareId]/route';
|
||||
import { CURRENT_VERSION, HOMEPAGE_URL } from '@/lib/constants';
|
||||
import type { WhiteLabel } from '@/lib/types';
|
||||
|
||||
export function Footer({ whiteLabel }: { whiteLabel?: WhiteLabel }) {
|
||||
export function ShareFooter({ whiteLabel }: { whiteLabel?: WhiteLabel }) {
|
||||
if (whiteLabel) {
|
||||
return (
|
||||
<Row as="footer" paddingY="6" justifyContent="flex-end">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue