Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alexei Mochalov <[email protected]>
  • Loading branch information
fiskus and nl0 authored Nov 5, 2024
1 parent 6b6cf33 commit 37f5b22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions catalog/app/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function Version() {
<M.Typography
className={classes.revision}
onClick={handleCopy}
title="Copy product revision hash to clipboard"
title="Copy Platform release version to clipboard"
variant="caption"
>
Version: {cfg.stackVersion}
Expand Down Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions catalog/config-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 37f5b22

Please sign in to comment.