add link to new beta (#1065)
This commit is contained in:
parent
412d4db618
commit
7be4a27d59
5 changed files with 86 additions and 1 deletions
|
@ -2,6 +2,7 @@ import { Tldraw, TldrawApp, TldrawProps, useFileSystem } from '@tldraw/tldraw'
|
|||
import * as React from 'react'
|
||||
import { useUploadAssets } from '~hooks/useUploadAssets'
|
||||
import * as gtag from '~utils/gtag'
|
||||
import { BetaNotification } from './BetaNotification'
|
||||
|
||||
declare const window: Window & { app: TldrawApp }
|
||||
|
||||
|
@ -39,6 +40,7 @@ const Editor = ({ id = 'home', ...rest }: EditorProps & Partial<TldrawProps>) =>
|
|||
{...fileSystemEvents}
|
||||
{...rest}
|
||||
/>
|
||||
<BetaNotification />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue