From 7d831795d2f8e6e2387caab4c91c15fbc3896e4c Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Wed, 8 May 2024 18:49:42 +0530 Subject: [PATCH] typo --- src/components/ContentWrap.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ContentWrap.jsx b/src/components/ContentWrap.jsx index ab68d38..2570f97 100644 --- a/src/components/ContentWrap.jsx +++ b/src/components/ContentWrap.jsx @@ -21,7 +21,7 @@ const minCodeWrapSize = 33; /* global htmlCodeEl */ -const PREVIEW_FRAME_HOST = !window.location.href.includes('localhost') +const PREVIEW_FRAME_HOST = window.location.href.includes('localhost') ? 'http://localhost:7888' : `https://wbmakr.com`;