Skip to content

Commit 5059e0d

Browse files
authored
fix: fix config name from MARKETING_BASE_URL to MARKETING_SITE_BASE_URL (#381)
1 parent ed5aeb8 commit 5059e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/studio-footer/StudioFooter.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const StudioFooter = ({
9494
) : null}
9595
</TransitionReplace>
9696
<ActionRow className="pt-3 m-0 x-small">
97-
© {new Date().getFullYear()} <Hyperlink destination={config.MARKETING_BASE_URL} target="_blank" className="ml-2">{config.SITE_NAME}</Hyperlink>
97+
© {new Date().getFullYear()} <Hyperlink destination={config.MARKETING_SITE_BASE_URL} target="_blank" className="ml-2">{config.SITE_NAME}</Hyperlink>
9898
<ActionRow.Spacer />
9999
{!_.isEmpty(config.TERMS_OF_SERVICE_URL) && (
100100
<Hyperlink destination={config.TERMS_OF_SERVICE_URL} data-testid="termsOfService">

0 commit comments

Comments
 (0)