diff --git a/src/data/showcase/age-calculator.png b/src/data/showcase/age-calculator-ss.png similarity index 100% rename from src/data/showcase/age-calculator.png rename to src/data/showcase/age-calculator-ss.png diff --git a/src/data/userData.tsx b/src/data/userData.tsx index 6049fa6f0..b0c88078c 100644 --- a/src/data/userData.tsx +++ b/src/data/userData.tsx @@ -126,7 +126,7 @@ export const Users: User[] = [ title: "Age Calculator", description: "It calculates the exact age in years, months and days on entering a date of birth with proper error handling.", - preview: require("./showcase/age-calculator.png"), + preview: require("./showcase/age-calculator-ss.png"), website: "https://age-calculator-rho-two.vercel.app/", source: "https://github.com/ParnaRoyChowdhury777/Age-Calculator", tags: ["opensource", "product", "react", "css", "javascript"],