fix: add missed modifications of <AppIcon /> (#7512)
This commit is contained in:
parent
6f968bafb2
commit
60ef7ba855
8 changed files with 20 additions and 8 deletions
|
|
@ -14,10 +14,10 @@ export type SiteInfo = {
|
|||
title: string
|
||||
chat_color_theme?: string
|
||||
chat_color_theme_inverted?: boolean
|
||||
icon_type?: AppIconType
|
||||
icon_type?: AppIconType | null
|
||||
icon?: string
|
||||
icon_background?: string
|
||||
icon_url?: string
|
||||
icon_background?: string | null
|
||||
icon_url?: string | null
|
||||
description?: string
|
||||
default_language?: Locale
|
||||
prompt_public?: boolean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue