diff --git a/web/app/components/base/logo/dify-logo.tsx b/web/app/components/base/logo/dify-logo.tsx index 5369144e1c..f2a707099d 100644 --- a/web/app/components/base/logo/dify-logo.tsx +++ b/web/app/components/base/logo/dify-logo.tsx @@ -13,9 +13,9 @@ export const logoPathMap: Record = { export type LogoSize = 'large' | 'medium' | 'small' export const logoSizeMap: Record = { - large: 'w-16 h-7', + large: 'w-16 h-16', medium: 'w-12 h-[22px]', - small: 'w-9 h-4', + small: 'w-9 h-9', } type DifyLogoProps = {