From b1ac35bf46897ce5da9b37c6d37627f6eb9ffedd Mon Sep 17 00:00:00 2001 From: Quan HL Date: Mon, 2 Oct 2023 11:49:30 +0700 Subject: [PATCH] new UI --- src/window/app.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/window/app.tsx b/src/window/app.tsx index c1de3f9..fe2296c 100644 --- a/src/window/app.tsx +++ b/src/window/app.tsx @@ -30,7 +30,7 @@ export const WindowApp = () => { const [callHistories, setCallHistories] = useState([]); const tabsSettings = [ { - title: "Phone", + title: "Dialer", content: ( { ), }, { - title: "Recent", + title: "History", content: , }, {