From bccdb06a36dd8c2816ea9e93ff0d23ef37668245 Mon Sep 17 00:00:00 2001 From: Tanner Shaw Date: Fri, 10 May 2024 16:41:13 -0700 Subject: [PATCH] chore: fixing bug --- web/utils/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/utils/constants.ts b/web/utils/constants.ts index 90300ed..c0e748a 100644 --- a/web/utils/constants.ts +++ b/web/utils/constants.ts @@ -1,4 +1,4 @@ export const EXPLORER_URL = process.env.NODE_ENV === 'development' ? 'http://localhost:3000' - : 'https://explorer.tlsnotary.org/'; + : 'https://explorer.tlsnotary.org';