Skip to content

Commit 5defc29

Browse files
committed
Updated home href in all minigames
Changed `<a href="/NoPixel-MiniGames-4.0/" class="home-button">Check other Mini-games</a>` to `<a href="/NoPixel-MiniGames-4.0/public" class="home-button">Check other Mini-games</a>` for correct redirect to the main home page
1 parent faaa61f commit 5defc29

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

public/Chopping/Chopping.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</head>
1717
<body>
1818
<div class="other-container">
19-
<a href="/NoPixel-MiniGames-4.0/" class="home-button">Check other Mini-games</a>
19+
<a href="/NoPixel-MiniGames-4.0/public" class="home-button">Check other Mini-games</a>
2020
<i class="fas fa-gear" id="settings-icon" onclick="toggleSettings()"></i>
2121
</div>
2222
<div class="settings-container">

public/Laundromat/Laundromat.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</head>
1717
<body>
1818
<div class="other-container">
19-
<a href="/NoPixel-MiniGames-4.0/" class="home-button">Check other Mini-games</a>
19+
<a href="/NoPixel-MiniGames-4.0/public" class="home-button">Check other Mini-games</a>
2020
<i class="fas fa-gear" id="settings-icon" onclick="toggleSettings()"></i>
2121
</div>
2222
<div class="settings-container">

public/LockPick/LockPick.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</head>
1717
<body>
1818
<div class="other-container">
19-
<a href="/NoPixel-MiniGames-4.0/" class="home-button">Check other Mini-games</a>
19+
<a href="/NoPixel-MiniGames-4.0/public" class="home-button">Check other Mini-games</a>
2020
<i class="fas fa-gear" id="settings-icon" onclick="toggleSettings()"></i>
2121
</div>
2222
<div class="settings-container">

public/RepairKit/RepairKit.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</head>
1313
<body>
1414
<div class="other-container">
15-
<a href="/NoPixel-MiniGames-4.0/" class="home-button">Check other Mini-games</a>
15+
<a href="/NoPixel-MiniGames-4.0/public" class="home-button">Check other Mini-games</a>
1616
</div>
1717
<div class="hacking-container">
1818
<div class="button-press">E</div>

public/RoofRunning/RoofRunning.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</head>
1717
<body>
1818
<div class="other-container">
19-
<a href="/NoPixel-MiniGames-4.0/" class="home-button">Check other Mini-games</a>
19+
<a href="/NoPixel-MiniGames-4.0/public" class="home-button">Check other Mini-games</a>
2020
<i class="fas fa-gear" id="settings-icon" onclick="toggleSettings()"></i>
2121
</div>
2222
<div class="settings-container">

public/SmokeCrack/SmokeCrack.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</head>
1414
<body>
1515
<div class="other-container">
16-
<a href="/NoPixel-MiniGames-4.0/" class="home-button">Check other Mini-games</a>
16+
<a href="/NoPixel-MiniGames-4.0/public" class="home-button">Check other Mini-games</a>
1717
</div>
1818
<!-- Smoke Crack App, Top Rectangle -->
1919
<div class="topRectangle">

0 commit comments

Comments
 (0)