Skip to content

Commit 2b479a5

Browse files
committed
fix(team): abhijith photo was not appering due to photo extenstion inn team json was wrong it was jpeg instead of png
1 parent d2c6321 commit 2b479a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/data/team.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"name": "Abhijith",
2525
"role": "Frontend Developer",
2626
"bio": "Frontend developer specializing in building responsive, accessible, and visually appealing user interfaces. Active contributor to open-source projects.",
27-
"image": "/assets/Team/abhijith.jpeg",
27+
"image": "/assets/Team/abhijith.png",
2828
"github": "https://github.com/Abhijiths-s",
2929
"linkedin": "https://linkedin.com/in/abhijiths-s",
3030
"specialties": ["React", "CSS", "Accessibility", "Responsive Design"]

0 commit comments

Comments
 (0)