We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448b6c4 commit 7e05fc4Copy full SHA for 7e05fc4
src/Pages/ProjectsPage/PGASGame.tsx
@@ -2,8 +2,8 @@ import { Paragraph } from "../../Components/Paragraph";
2
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";
+import PowerupSS from "@/assets/PGAS24/PGAS24_Powerup.png";
+import WarningSS from "@/assets/PGAS24/PGAS24_Warning.png";
7
8
export default function PGASGame(){
9
return <div className="relative grid place-items-center">
0 commit comments