diff --git a/client/src/components/Chat/Landing.tsx b/client/src/components/Chat/Landing.tsx index 2202a28adf..06386c112a 100644 --- a/client/src/components/Chat/Landing.tsx +++ b/client/src/components/Chat/Landing.tsx @@ -55,14 +55,16 @@ export default function Landing({ Header }: { Header?: ReactNode }) { className="h-2/3 w-2/3" size={41} /> - - {(startupConfig?.showBirthdayIcon ?? false) && ( - - )} - - - {localize('com_ui_happy_birthday')} - + {!!startupConfig?.showBirthdayIcon && ( +
+ + + + + {localize('com_ui_happy_birthday')} + +
+ )} {assistantName ? (
diff --git a/client/src/components/svg/BirthdayIcon.tsx b/client/src/components/svg/BirthdayIcon.tsx index 617d186f9d..fb7ab029b8 100644 --- a/client/src/components/svg/BirthdayIcon.tsx +++ b/client/src/components/svg/BirthdayIcon.tsx @@ -8,7 +8,7 @@ export default function BirthdayIcon({ className = '' }) { viewBox="0 0 233.33 290" xmlns="http://www.w3.org/2000/svg" xmlnsXlink="http://www.w3.org/1999/xlink" - className={cn('h-14 w-14', className)} + className={cn('h-11 w-11', className)} >