Skip to content

Commit 448b6c4

Browse files
FileNameChange
1 parent 99345de commit 448b6c4

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

src/Pages/ProjectsPage/PGASGame.tsx

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

3-
import LevelSS from "@/assets/PGAS24_LevelsSS.png";
4-
import MainMenuSS from "@/assets/PGAS24_MainMenuSS.png";
5-
import PowerupSS from "@/assets/PGAS24_PowerupSS.png";
6-
import WarningSS from "@/assets/PGAS24_WarningSS.png";
3+
import LevelSS from "@/assets/PGAS24/PGAS24_Level.png";
4+
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";
77

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

0 commit comments

Comments
 (0)