Skip to content

Commit

Permalink
fix: changed the link and text
Browse files Browse the repository at this point in the history
  • Loading branch information
BLuEScioN committed Dec 19, 2024
1 parent 845d99e commit 025dd89
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/common/components/modals/SBTCModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,13 @@ export function SBTCModal() {
<Flex alignItems="center" gap={1}>
<TextLink
color="accent.stacks-500"
href={'https://www.stacks.co/sbtc'}
href={
'https://explorer.hiro.so/token/SM3VDXK3WZZSA84XXFKAFAF15NNZX32CTSG82JFQ4.sbtc-token?chain=mainnet'
}
fontSize={'sm'}
target={'_blank'}
>
Learn more about sBTC
See sBTC in the Explorer
</TextLink>
<Icon as={ArrowUpRight} size={3} color="accent.stacks-500" />
</Flex>
Expand Down

0 comments on commit 025dd89

Please sign in to comment.