diff --git a/frontend/src/components/home/Home.tsx b/frontend/src/components/home/Home.tsx index 72cf56c..6fd2143 100644 --- a/frontend/src/components/home/Home.tsx +++ b/frontend/src/components/home/Home.tsx @@ -1,4 +1,4 @@ -import background from "../../../public/homepage.png"; +import background from "../../../public/background.jpg"; import p1 from "../../../public/p1.png"; import p2 from "../../../public/p2.png"; import p3 from "../../../public/p3.png"; diff --git a/frontend/src/components/tutorial/Tutorial.tsx b/frontend/src/components/tutorial/Tutorial.tsx index bb31cbc..eff203c 100644 --- a/frontend/src/components/tutorial/Tutorial.tsx +++ b/frontend/src/components/tutorial/Tutorial.tsx @@ -31,7 +31,11 @@ const Tutorial = () => {
Not Found
- Not Found + Not Found
diff --git a/frontend/src/index.css b/frontend/src/index.css index bbaefbd..0b0fe73 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -22,3 +22,7 @@ .fr { font-family: "FireRedScript"; } + +.pixelated { + image-rendering: pixelated; +}