Skip to content

Commit

Permalink
Remove open app link
Browse files Browse the repository at this point in the history
  • Loading branch information
ardier16 committed Oct 17, 2024
1 parent 3cca432 commit 5e89762
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/pages/DownloadApp/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IconButton, Link, Paper, Stack, Typography, useTheme } from '@mui/material'
import { IconButton, Paper, Stack, Typography, useTheme } from '@mui/material'
import { QRCode } from 'react-qrcode-logo'
import { useSearchParams } from 'react-router-dom'

Expand Down Expand Up @@ -71,10 +71,6 @@ export default function DownloadApp({ extCode }: Props) {
<UiIcon name={isCopied ? Icons.Check : Icons.CopySimple} size={5} />
</IconButton>
</Stack>

<Link href={`${window.origin}/r/${code}`} variant='body3' color={palette.text.primary}>
Open app
</Link>
</Stack>
)}
</Paper>
Expand Down

0 comments on commit 5e89762

Please sign in to comment.