Skip to content

Commit

Permalink
fix: pop up link
Browse files Browse the repository at this point in the history
  • Loading branch information
fricoben committed Oct 10, 2023
1 parent 35ff7d6 commit 8fec75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/links.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const starknetIdAppLink = `https://${
process.env.NEXT_PUBLIC_IS_TESTNET ? "goerli." : ""
process.env.NEXT_PUBLIC_IS_TESTNET === "true" ? "goerli." : ""
}app.starknet.id/`;

0 comments on commit 8fec75b

Please sign in to comment.