Skip to content

Commit

Permalink
Merge pull request #215 from starknet-id/fix/pop-link
Browse files Browse the repository at this point in the history
fix: pop up link
  • Loading branch information
fricoben authored Oct 10, 2023
2 parents 2a5f094 + 8fec75b commit 8e132d7
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/`;

1 comment on commit 8e132d7

@vercel
Copy link

@vercel vercel bot commented on 8e132d7 Oct 10, 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.