From a5ca665c7e341e9312d1e887397eed95cc64bcaa Mon Sep 17 00:00:00 2001 From: Asad Ali Date: Fri, 22 Dec 2023 17:47:21 +0500 Subject: [PATCH] fix: fix config name from MARKETING_BASE_URL to MARKETING_SITE_BASE_URL --- src/components/studio-footer/StudioFooter.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/studio-footer/StudioFooter.jsx b/src/components/studio-footer/StudioFooter.jsx index 92bf6dabd..aa178fe84 100644 --- a/src/components/studio-footer/StudioFooter.jsx +++ b/src/components/studio-footer/StudioFooter.jsx @@ -94,7 +94,7 @@ const StudioFooter = ({ ) : null} - © {new Date().getFullYear()} {config.SITE_NAME} + © {new Date().getFullYear()} {config.SITE_NAME} {!_.isEmpty(config.TERMS_OF_SERVICE_URL) && (