Skip to content

Commit

Permalink
Merge pull request #8 from cloudera/mob/remove-preview
Browse files Browse the repository at this point in the history
Turn off image preview
  • Loading branch information
ewilliams-cloudera authored Nov 12, 2024
2 parents 3feae9a + 4566d5a commit a58b03c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ui/src/components/GettingStarted/GettingStarted.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,12 @@ const GettingStarted = () => {
return (
<Flex style={{ height: "100vh" }}>
<Flex style={{ padding: 64 }} flex={1} vertical>
<Image src={Images.Cloudera} alt="cloudera" style={{ width: 125 }} />
<Image
src={Images.Cloudera}
alt="cloudera"
style={{ width: 125 }}
preview={false}
/>
<Flex vertical gap={24}>
<Typography.Title
style={{
Expand Down

0 comments on commit a58b03c

Please sign in to comment.