diff --git a/catalog/app/components/Footer/Footer.tsx b/catalog/app/components/Footer/Footer.tsx index 78346502854..d10b6299b3a 100644 --- a/catalog/app/components/Footer/Footer.tsx +++ b/catalog/app/components/Footer/Footer.tsx @@ -42,7 +42,7 @@ function Version() { Version: {cfg.stackVersion} @@ -87,7 +87,7 @@ const useStyles = M.makeStyles((t) => ({ '0px -12px 24px 0px rgba(25, 22, 59, 0.05)', '0px -16px 40px 0px rgba(25, 22, 59, 0.07)', '0px -24px 88px 0px rgba(25, 22, 59, 0.16)', - ].join(' '), + ].join(', '), height: 230, paddingTop: t.spacing(6), position: 'relative', diff --git a/catalog/config-schema.json b/catalog/config-schema.json index 333fb9c8006..05b48cbb65f 100644 --- a/catalog/config-schema.json +++ b/catalog/config-schema.json @@ -97,9 +97,9 @@ "type": "boolean", "description": "Enable Qurator AI Assistant (powered by Amazon Bedrock)" }, - "stack_version": { + "stackVersion": { "type": "string", - "description": "Stack release version, uses semver" + "description": "Stack release version" } }, "required": [