diff --git a/frontend/src/pages/DeleteAccount.tsx b/frontend/src/pages/DeleteAccount.tsx index f1ab7dc..bae6949 100644 --- a/frontend/src/pages/DeleteAccount.tsx +++ b/frontend/src/pages/DeleteAccount.tsx @@ -22,7 +22,7 @@ const DeleteAccount = () => { return (
-

⚠️ Usuń konto

+

⚠ Usuń konto

Tej operacji nie można cofnąć. Aby potwierdzić, wpisz USUŃ poniżej:

@@ -44,7 +44,7 @@ const DeleteAccount = () => { : "bg-gray-300 text-gray-600 cursor-not-allowed" }`} > - 🗑️ Potwierdź usunięcie konta + 🗑 Potwierdź usunięcie konta {error &&

{error}

} diff --git a/frontend/src/pages/Profile.tsx b/frontend/src/pages/Profile.tsx index 31a67dc..e78138d 100644 --- a/frontend/src/pages/Profile.tsx +++ b/frontend/src/pages/Profile.tsx @@ -108,7 +108,7 @@ const Profile = () => { onClick={() => setEditMode(true)} className="bg-blue-500 text-white px-4 py-2 rounded hover:bg-blue-600" > - ✏️ Edytuj profil + ✏ Edytuj profil )}