Removed invisible characters

This commit is contained in:
Marcin-Ramotowski 2025-05-03 14:35:52 +00:00
parent 36c21fe100
commit 2b130591fe
3 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ const DeleteAccount = () => {
return ( return (
<div className="p-6 max-w-md mx-auto"> <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"> <p className="mb-4">
Tej operacji nie można cofnąć. Aby potwierdzić, wpisz <strong>USUŃ</strong> poniżej: Tej operacji nie można cofnąć. Aby potwierdzić, wpisz <strong>USUŃ</strong> poniżej:
</p> </p>
@ -44,7 +44,7 @@ const DeleteAccount = () => {
: "bg-gray-300 text-gray-600 cursor-not-allowed" : "bg-gray-300 text-gray-600 cursor-not-allowed"
}`} }`}
> >
🗑 Potwierdź usunięcie konta 🗑 Potwierdź usunięcie konta
</button> </button>
{error && <p className="text-red-500 mt-2">{error}</p>} {error && <p className="text-red-500 mt-2">{error}</p>}

View File

@ -108,7 +108,7 @@ const Profile = () => {
onClick={() => setEditMode(true)} onClick={() => setEditMode(true)}
className="bg-blue-500 text-white px-4 py-2 rounded hover:bg-blue-600" className="bg-blue-500 text-white px-4 py-2 rounded hover:bg-blue-600"
> >
Edytuj profil Edytuj profil
</button> </button>
<button <button
onClick={() => navigate("/profile/change-password")} onClick={() => navigate("/profile/change-password")}

View File

@ -216,7 +216,7 @@ const Tasks = () => {
onClick={() => handleEditTask(task)} onClick={() => handleEditTask(task)}
className="bg-yellow-400 text-white px-2 py-1 rounded hover:bg-yellow-500" className="bg-yellow-400 text-white px-2 py-1 rounded hover:bg-yellow-500"
> >
Edytuj Edytuj
</button> </button>
)} )}
<button <button