This commit is contained in:
Robert
2025-01-29 17:01:58 +00:00
parent 0a2541cac1
commit fc210208b2
4 changed files with 93 additions and 28 deletions
+4 -4
View File
@@ -60,23 +60,23 @@ const toggleSideBar = () => {
// Rendering the main content dynamically
const mainContentData = [
{
name: "games",
name: "Games",
image: "/images.png",
link: "/WebGames-master/WebGames-master/index.html",
},
{
name: " old games",
name: " Old Games",
image: "images1.png",
link: "/games.html",
},
{
name: "credits",
name: "Credits",
image: "images1.png",
link: "/credits.html",
},
{
name: "games coming soon",
name: "Games That Are Comeing Soon",
image: "/gamestooadd.jpeg",
link: "/gametoadd.html",
},