From 14d1bac787b4432647c4e827e474d914ac533a3a Mon Sep 17 00:00:00 2001 From: Blucas <15555602203@163.com> Date: Mon, 8 Jan 2024 09:37:06 +0800 Subject: [PATCH] update the MPWeChat brand order --- src/utils/brand.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/brand.ts b/src/utils/brand.ts index 479815a7..b0330aaa 100644 --- a/src/utils/brand.ts +++ b/src/utils/brand.ts @@ -62,11 +62,11 @@ export const BROWSER_LOGO: Record< Firefox: firefoxSvg, Safari: safariSvg, Edge: edgeSvg, + MPWeChat: mpWechatSvg, WeChat: wechatSvg, QQ: qqSvg, UC: ucSvg, Baidu: baiduSvg, - MPWeChat: mpWechatSvg, }; export function resolveClientInfo(name: string) {