We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed5aeb8 commit 5059e0dCopy full SHA for 5059e0d
src/components/studio-footer/StudioFooter.jsx
@@ -94,7 +94,7 @@ const StudioFooter = ({
94
) : null}
95
</TransitionReplace>
96
<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>
+ © {new Date().getFullYear()} <Hyperlink destination={config.MARKETING_SITE_BASE_URL} target="_blank" className="ml-2">{config.SITE_NAME}</Hyperlink>
98
<ActionRow.Spacer />
99
{!_.isEmpty(config.TERMS_OF_SERVICE_URL) && (
100
<Hyperlink destination={config.TERMS_OF_SERVICE_URL} data-testid="termsOfService">
0 commit comments