Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/src/pages/DashboardPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const DashboardPage = () => {
onClick={handleOpenModal}
className="px-4 py-2 font-semibold bg-blue-600 text-white rounded-lg shadow-md hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-opacity-75"
>
+ Add Transaction
<span className='text-2xl'>+</span> Add Transaction
</button>
</div>

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/TransactionsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const TransactionsPage = () => {
Manage Categories
</button>
<button onClick={() => handleOpenTransactionModal()} className="px-4 py-2 bg-blue-600 text-white rounded-lg hover:bg-blue-700">
Add Transaction
<span className='text-2xl'>+</span> Add Transaction
</button>
<button
onClick={handleExportCSV}
Expand Down
Loading