Skip to content

Commit c748d1f

Browse files
authored
Update index.html
1 parent c37abb5 commit c748d1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ <h1 class="title" data-testid="title">NightClub Simulator VR</h1>
162162
<a
163163
class="discord-btn"
164164
data-testid="discord"
165-
href="https://discord.gg/74K429PbSH"
165+
href="https://discord.gg/WSR79KAGyw"
166166
target="_blank"
167167
rel="noopener noreferrer"
168168
aria-label="Join our Discord server"
@@ -232,7 +232,7 @@ <h1 class="title" data-testid="title">NightClub Simulator VR</h1>
232232
test("Discord URL is correct", () => {
233233
const a = $('[data-testid="discord"]');
234234
assert(!!a, "Discord button not found");
235-
assert(a.getAttribute("href") === "https://discord.gg/74K429PbSH", "Discord invite URL mismatch");
235+
assert(a.getAttribute("href") === "https://discord.gg/WSR79KAGyw", "Discord invite URL mismatch");
236236
});
237237
test("Background image style applied", () => {
238238
const bg = getComputedStyle(document.body).backgroundImage;

0 commit comments

Comments
 (0)