Skip to content

Commit f2118b4

Browse files
added images for game
1 parent 4b01cac commit f2118b4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

website/src/assets/College/MatchingGame.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import React from "react";
22
import { useState, useEffect } from "react";
33
import "./MatchingGame.css";
44
import placeholderThumbnail from "../placeholderThumbnail.png";
5-
import num1 from "../1.avif";
6-
import num2 from "../2.avif";
5+
import num1 from "../one.jpg"; // 1.avif
6+
import num2 from "../two.jpg"; // 2.avif
77

88
export const MatchingGame = () => {
99
const [score, setScore] = useState(0);

website/src/assets/one.jpg

5.39 MB
Loading

website/src/assets/two.jpg

4.14 MB
Loading

0 commit comments

Comments
 (0)