Skip to content

Commit

Permalink
Add chopping to main menu, update return href for ./SmokeCrack
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianAdF committed May 8, 2024
1 parent e99407a commit 638ae5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import Image from "next/image";
import Link from "next/link";

import { thermiteImg } from "@/public/images/puzzles";
import { describe } from "node:test";

const puzzles = [
{
Expand Down Expand Up @@ -46,6 +47,12 @@ const puzzles = [
img: "https://github.com/MaximilianAdF/NoPixel-MiniGames-4.0/assets/71356958/835f82cb-a5de-43b7-ade0-6bc74285ed00",
title: "Word Memory",
description: ""
},
{
href: "/puzzles/chopping",
img: "https://github.com/MaximilianAdF/NoPixel-MiniGames-4.0/assets/63980031/66cf9e24-4bdf-4c76-bfa9-fed56570cc40",
title: "Chopping",
description: "Replica of the Chopping hack that is triggered when chopping vehicles on NoPixel 4.0"
}
]

Expand Down
2 changes: 1 addition & 1 deletion public/SmokeCrack/SmokeCrack.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</head>
<body>
<div class="other-container">
<a href="/NoPixel-MiniGames-4.0/public" class="home-button">Check other Mini-games</a>
<a href="../" class="home-button">Check other Mini-games</a>
</div>
<!-- Smoke Crack App, Top Rectangle -->
<div class="topRectangle">
Expand Down

0 comments on commit 638ae5e

Please sign in to comment.