pull/21730/head
qianqian 11 months ago
parent a304357364
commit 3ce7e06b8c

@ -13,9 +13,9 @@ export const logoPathMap: Record<LogoStyle, string> = {
export type LogoSize = 'large' | 'medium' | 'small' export type LogoSize = 'large' | 'medium' | 'small'
export const logoSizeMap: Record<LogoSize, string> = { export const logoSizeMap: Record<LogoSize, string> = {
large: 'w-16 h-7', large: 'w-16 h-16',
medium: 'w-12 h-[22px]', medium: 'w-12 h-[22px]',
small: 'w-9 h-4', small: 'w-9 h-9',
} }
type DifyLogoProps = { type DifyLogoProps = {

Loading…
Cancel
Save