mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Fixed build. Updated packages.
This commit is contained in:
parent
73b45a9f5e
commit
848f8d3ecf
4 changed files with 552 additions and 117 deletions
|
|
@ -1,3 +1,4 @@
|
|||
'use client';
|
||||
import { Button } from '@umami/react-zen';
|
||||
import Link from 'next/link';
|
||||
import Script from 'next/script';
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ export function TrackingCode({ websiteId, hostUrl }: { websiteId: string; hostUr
|
|||
return (
|
||||
<>
|
||||
<p>{formatMessage(messages.trackingCode)}</p>
|
||||
<TextArea rows={4} value={code} readOnly allowCopy />
|
||||
<TextArea rows={4} value={code} isReadOnly allowCopy />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue