Removed invisible characters
This commit is contained in:
parent
36c21fe100
commit
2b130591fe
@ -22,7 +22,7 @@ const DeleteAccount = () => {
|
||||
|
||||
return (
|
||||
<div className="p-6 max-w-md mx-auto">
|
||||
<h1 className="text-2xl font-bold mb-4 text-red-600">⚠️ Usuń konto</h1>
|
||||
<h1 className="text-2xl font-bold mb-4 text-red-600">⚠ Usuń konto</h1>
|
||||
<p className="mb-4">
|
||||
Tej operacji nie można cofnąć. Aby potwierdzić, wpisz <strong>USUŃ</strong> poniżej:
|
||||
</p>
|
||||
@ -44,7 +44,7 @@ const DeleteAccount = () => {
|
||||
: "bg-gray-300 text-gray-600 cursor-not-allowed"
|
||||
}`}
|
||||
>
|
||||
🗑️ Potwierdź usunięcie konta
|
||||
🗑 Potwierdź usunięcie konta
|
||||
</button>
|
||||
|
||||
{error && <p className="text-red-500 mt-2">{error}</p>}
|
||||
|
@ -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
|
||||
</button>
|
||||
<button
|
||||
onClick={() => navigate("/profile/change-password")}
|
||||
|
@ -216,7 +216,7 @@ const Tasks = () => {
|
||||
onClick={() => handleEditTask(task)}
|
||||
className="bg-yellow-400 text-white px-2 py-1 rounded hover:bg-yellow-500"
|
||||
>
|
||||
✏️ Edytuj
|
||||
✏ Edytuj
|
||||
</button>
|
||||
)}
|
||||
<button
|
||||
|
Loading…
x
Reference in New Issue
Block a user