|
|
|
@ -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 = {
|
|
|
|
|