Skip to content

Commit 7e05fc4

Browse files
Update PGASGame.tsx
I forgot two change two file names.
1 parent 448b6c4 commit 7e05fc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Pages/ProjectsPage/PGASGame.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { Paragraph } from "../../Components/Paragraph";
22

33
import LevelSS from "@/assets/PGAS24/PGAS24_Level.png";
44
import MainMenuSS from "@/assets/PGAS24/PGAS24_MainMenu.png";
5-
import PowerupSS from "@/assets/PGAS24/PGAS24_PowerupSS.png";
6-
import WarningSS from "@/assets/PGAS24/PGAS24_WarningSS.png";
5+
import PowerupSS from "@/assets/PGAS24/PGAS24_Powerup.png";
6+
import WarningSS from "@/assets/PGAS24/PGAS24_Warning.png";
77

88
export default function PGASGame(){
99
return <div className="relative grid place-items-center">

0 commit comments

Comments
 (0)