Skip to content

Commit

Permalink
Remove link on create account for previewnet
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming committed Feb 27, 2024
1 parent dca9293 commit ab380ec
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions components/CreateAccountSubmitted.tsx
Expand Up @@ -8,7 +8,7 @@ import {Field} from "formik"
import {NETWORK_DISPLAY_NAME} from "lib/network"
import publicConfig from "lib/publicConfig"
import {useRef, useState} from "react"
import {Box, Flex, Link, Themed, ThemeUICSSObject} from "theme-ui"
import {Box, Flex, Themed, ThemeUICSSObject} from "theme-ui"
import {CustomInputComponent} from "./inputs"

const styles: Record<string, ThemeUICSSObject> = {
Expand Down Expand Up @@ -81,14 +81,14 @@ export default function CreateAccountSubmitted({address}: {address: string}) {
publicConfig.tokenAmountFlow
).toLocaleString()} FLOW tokens`}
</div>
<Link
href={`https://flow-view-source.com/testnet/account/${address}`}
target="_blank"
variant="secondary"
sx={{fontSize: 1}}
>
View Account
</Link>
{/*<Link*/}
{/* href={`https://flow-view-source.com/testnet/account/${address}`}*/}
{/* target="_blank"*/}
{/* variant="secondary"*/}
{/* sx={{fontSize: 1}}*/}
{/*>*/}
{/* View Account*/}
{/*</Link>*/}
</Flex>
</Box>
</>
Expand Down

0 comments on commit ab380ec

Please sign in to comment.