diff --git a/frontend/src/Pages/schedule.jsx b/frontend/src/Pages/schedule.jsx index 9a153cd..a9983b2 100644 --- a/frontend/src/Pages/schedule.jsx +++ b/frontend/src/Pages/schedule.jsx @@ -28,8 +28,8 @@ const SchedulePage = () => { }} /> -
-
+
+
-
+

Train Schedule

-
- -
- - -
-
- -
- -
- setTrainNumber(e.target.value)} - className="w-full px-4 py-2 pr-10 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 transition duration-300" - /> - -
-
+
+ {/* Search Input */} +
+ +
+ + +
+
+ + {/* Train Number Input */} +
+ +
+ setTrainNumber(e.target.value)} + className="w-full px-4 py-2 pr-10 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 transition duration-300" + /> + +
+
+ + {/* Train Name Input */} +
+ +
+ setTrainName(e.target.value)} + className="w-full px-4 py-2 pr-10 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 transition duration-300" + /> + +
+
+
-
- -
- setTrainName(e.target.value)} - className="w-full px-4 py-2 pr-10 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 transition duration-300" - /> - -
-