Skip to content

Commit f712156

Browse files
authored
Update index.html
Update image path of expense-tracker project with login.png
1 parent cb81783 commit f712156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ <h2>Projects</h2>
164164
<!-- expense-tracker -->
165165
<div class="col-md-4">
166166
<div class="project-card">
167-
<img src="dashboard.png" alt="expense-tracker">
167+
<img src="login.png" alt="expense-tracker">
168168
<div class="p-3">
169169
<h5>expense-tracker</h5>
170170
<p>Full-stack mobile expense tracker with React Native (Expo) frontend, Node.js/Express backend, MongoDB Atlas for storage, and Firebase authentication with JWT verification. Includes CRUD operations and beginner-friendly setup for learning full-stack mobile development </p>

0 commit comments

Comments
 (0)