mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-04 00:48:52 +02:00
Offer option to reset poll for legacy events
This commit is contained in:
parent
a049ec79c6
commit
cd2b0e2cb8
5 changed files with 78 additions and 12 deletions
|
@ -240,16 +240,18 @@ const PollPage: NextPage = () => {
|
|||
}
|
||||
targetTimeZone={targetTimeZone}
|
||||
/>
|
||||
<Popover
|
||||
trigger={
|
||||
<Button type="primary" icon={<Share />}>
|
||||
Share
|
||||
</Button>
|
||||
}
|
||||
placement={isWideScreen ? "bottom-end" : undefined}
|
||||
>
|
||||
<Sharing links={poll.links} />
|
||||
</Popover>
|
||||
<div>
|
||||
<Popover
|
||||
trigger={
|
||||
<Button type="primary" icon={<Share />}>
|
||||
Share
|
||||
</Button>
|
||||
}
|
||||
placement={isWideScreen ? "bottom-end" : undefined}
|
||||
>
|
||||
<Sharing links={poll.links} />
|
||||
</Popover>
|
||||
</div>
|
||||
</div>
|
||||
) : null}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue