Skip to content

Commit

Permalink
feat: add a link to the verify the checksum article on the download p…
Browse files Browse the repository at this point in the history
…age in mobile
  • Loading branch information
WhiteMinds committed Nov 17, 2023
1 parent de18951 commit 97f4dc7
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion packages/neuron/src/pages/download/Assets/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,20 @@ export const Assets$Mobile: FC<AssetsProps> = ({ assets, ...ulProps }) => {
{/* TODO: needs to be replaced by popover, https://github.com/radix-ui/primitives/issues/955#issuecomment-961813799 */}
<Tooltip
className={styles.checksumTitle}
content="After the download is complete, you can check the Checksum to ensure that the installation package has not been tampered with during the download process."
content={
<>
After the download is complete, you can{' '}
<LinkWithEffect
className={styles.checksumLink}
href="/posts/issues/2827#how_to_verify_with_checksum_%3F"
target="_blank"
rel="noopener noreferrer"
>
check the Checksum
</LinkWithEffect>{' '}
to ensure that the installation package has not been tampered with during the download process.
</>
}
>
Checksum
<IconTips />
Expand Down

1 comment on commit 97f4dc7

@vercel
Copy link

@vercel vercel bot commented on 97f4dc7 Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.