Skip to content

Commit

Permalink
fix(react-components): fix onboarding default size (#13372)
Browse files Browse the repository at this point in the history
ref: 13389

Signed-off-by: Thibault Barske <[email protected]>
  • Loading branch information
tibs245 authored Oct 22, 2024
1 parent 6b44eb7 commit 6a5d7d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const OnboardingLayout: React.FC<OnboardingLayoutProps> = ({
{!hideHeadingSection && (
<section className="flex flex-col items-center mt-8">
<img
className={`max-h-28 ${imgClassName ?? ''}`}
className={`max-h-[150px] ${imgClassName ?? ''}`}
src={placeholderSrc}
{...imgProps}
/>
Expand Down

0 comments on commit 6a5d7d2

Please sign in to comment.