Skip to content

Commit aacfab9

Browse files
authored
Merge pull request #3728 from ParnaRoyChowdhury777/main
Issue #703 fixed. Previous PR was #732
2 parents 30d02c6 + ce44abc commit aacfab9

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
@@ -164,7 +164,7 @@ export const Users: User[] = [
164164
title: "Guess The Number Game",
165165
description:
166166
"It allows users to play the Guess The Number Game based on the choice of Easy(3 rounds), Intermediate(5 rounds) and Hard(7 rounds).",
167-
preview: require("./showcase/guessnumber.png"),
167+
preview: require("./showcase/guessnumber-ss.png"),
168168
website: "https://guess-me-tau.vercel.app/",
169169
source: "https://github.com/ParnaRoyChowdhury777/Guess_The_Number_Game",
170170
tags: ["opensource", "product", "html", "css", "javascript", "vanilla"],

0 commit comments

Comments
 (0)