From 37f5b2275d90310948aebe46105c5a1a76c4ba72 Mon Sep 17 00:00:00 2001 From: Maksim Chervonnyi Date: Tue, 5 Nov 2024 12:58:33 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Alexei Mochalov --- catalog/app/components/Footer/Footer.tsx | 4 ++-- catalog/config-schema.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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": [