From 248722edbff61777436ab46b9e8abfe56c138e4f Mon Sep 17 00:00:00 2001 From: Minseo Lee Date: Tue, 27 Aug 2024 15:53:49 +0900 Subject: [PATCH] Fix name of KakaoTalk --- src/lib/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/constants.ts b/src/lib/constants.ts index b3f89db2..5d3a9776 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -311,7 +311,7 @@ export const BROWSERS = { instagram: 'Instagram', ios: 'iOS', 'ios-webview': 'iOS (webview)', - kakaotalk: 'KaKaoTalk', + kakaotalk: 'KakaoTalk', miui: 'MIUI', opera: 'Opera', 'opera-mini': 'Opera Mini',