From 5c6d05a62ec9eb2de338ce8457cbf9b074bf7de3 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Tue, 7 Jul 2026 22:44:11 +0400 Subject: [PATCH] fix: replace create-profile Back button with Close --- src/components/create-profile-dialog.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/components/create-profile-dialog.tsx b/src/components/create-profile-dialog.tsx index 5972ed5..afc19a4 100644 --- a/src/components/create-profile-dialog.tsx +++ b/src/components/create-profile-dialog.tsx @@ -148,11 +148,6 @@ export function CreateProfileDialog({ setLaunchHook(""); }; - // Handle back button - const handleBack = () => { - resetForm(); - }; - const handleTabChange = (value: string) => { setActiveTab(value); resetForm(); @@ -1559,8 +1554,8 @@ export function CreateProfileDialog({ {currentStep === "browser-config" ? ( <> - - {t("common.buttons.back")} + + {t("common.buttons.close")}