From 22a2317f7258e7082af39e60d34161022a71f8b4 Mon Sep 17 00:00:00 2001
From: seanfredrickcruz <seanfredrick.cruz@stratpoint.com>
Date: Mon, 31 Mar 2025 17:13:02 +0800
Subject: [PATCH] change task title

---
 app/frontend/src/App.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/frontend/src/App.js b/app/frontend/src/App.js
index 393c87c..4f265ea 100644
--- a/app/frontend/src/App.js
+++ b/app/frontend/src/App.js
@@ -82,7 +82,7 @@ function App() {
       <form onSubmit={handleSubmit} className="task-form">
         <input
           type="text"
-          placeholder="Task title"
+          placeholder="Task titless"
           value={newTask.title}
           onChange={(e) => setNewTask({ ...newTask, title: e.target.value })}
           required
-- 
GitLab