This commit is contained in:
Jake Kasper
2025-09-02 13:12:31 -05:00
parent 3fcc8bf988
commit f675b31ac9
2 changed files with 52 additions and 27 deletions

View File

@@ -287,7 +287,7 @@ const History = () => {
return (
<div className="p-6">
<div className="flex justify-between items-center mb-6">
<h1 className="text-2xl font-bold text-gray-900">Application History</h1>
<h1 className="text-2xl font-bold text-gray-900">History</h1>
<button
onClick={fetchHistoryData}
className="px-4 py-2 bg-blue-600 text-white rounded hover:bg-blue-700"