From 7f2d309f891b26185f05c3365f5f38cf06b4ed6f Mon Sep 17 00:00:00 2001 From: EricYangXD Date: Wed, 5 Apr 2023 23:19:15 +0800 Subject: [PATCH] Update app.ts --- app/store/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/store/app.ts b/app/store/app.ts index ea048e62b..6ebe6f285 100644 --- a/app/store/app.ts +++ b/app/store/app.ts @@ -124,7 +124,7 @@ const DEFAULT_CONFIG: ChatConfig = { compressMessageLengthThreshold: 1000, sendBotMessages: true as boolean, submitKey: SubmitKey.Enter as SubmitKey, - avatar: "1F92B", + avatar: "1f92b", fontSize: 14, theme: Theme.Auto as Theme, tightBorder: false,