Skip to content

Commit

Permalink
Tmp hide random.org button(problems with iframe policy)
Browse files Browse the repository at this point in the history
  • Loading branch information
olegsvs committed Dec 14, 2024
1 parent a499bdf commit 4aff39c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/pages/map/components/action/DiceModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -361,14 +361,11 @@ export default function DiceModal({
{diceStatus === 'idle' && (
<Box marginTop="20px" display="flex">
<Button
style={{ marginRight: '20px', width: '100%' }}
style={{ width: '100%' }}
onClick={handleGoogleThrow}
>
Бросить через google.com
</Button>
<Button style={{ width: '100%' }} onClick={handleRandomOrgThrow}>
Бросить через random.org
</Button>
</Box>
)}
</Box>
Expand Down

0 comments on commit 4aff39c

Please sign in to comment.