fix: Update after breaking changes to Popout component
This commit is contained in:
parent
b8740c2223
commit
320bcf8534
22 changed files with 26 additions and 199 deletions
|
@ -39,7 +39,7 @@ export const Export = () => {
|
|||
return (
|
||||
<div className="tw:max-w-xl">
|
||||
{link ? (
|
||||
<Popout link>
|
||||
<Popout type="link">
|
||||
<h5>Your data was exported and is available for download at the following location:</h5>
|
||||
<p className="tw:text-lg">
|
||||
<WebLink href={link}>{link}</WebLink>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue