Skip to content

Commit 6f64678

Browse files
Issue #641 fixed. Previous PR was #687
1 parent 4cda6bb commit 6f64678

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/data/userData.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export const Users: User[] = [
126126
title: "Age Calculator",
127127
description:
128128
"It calculates the exact age in years, months and days on entering a date of birth with proper error handling.",
129-
preview: require("./showcase/age-calculator.png"),
129+
preview: require("./showcase/age-calculator-ss.png"),
130130
website: "https://age-calculator-rho-two.vercel.app/",
131131
source: "https://github.com/ParnaRoyChowdhury777/Age-Calculator",
132132
tags: ["opensource", "product", "react", "css", "javascript"],

0 commit comments

Comments
 (0)