Skip to content

Commit 284cb40

Browse files
authored
Update Discord button URL in index.html
1 parent 1345a9c commit 284cb40

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
@@ -163,7 +163,7 @@ <h1 class="title" data-testid="title">NightClub Simulator VR</h1>
163163
<a
164164
class="discord-btn"
165165
data-testid="discord"
166-
href="https://www.meta.com/experiences/nightclub-simulator-vr/5332536576829015/"
166+
href="https://vr.meta.me/s/2dIeMkLdW5vxXjB"
167167
target="_blank"
168168
rel="noopener noreferrer"
169169
aria-label="Check it out now!"
@@ -233,7 +233,7 @@ <h1 class="title" data-testid="title">NightClub Simulator VR</h1>
233233
test("Discord URL is correct", () => {
234234
const a = $('[data-testid="discord"]');
235235
assert(!!a, "Discord button not found");
236-
assert(a.getAttribute("href") === "https://www.meta.com/experiences/nightclub-simulator-vr/5332536576829015/", "Discord invite URL mismatch");
236+
assert(a.getAttribute("href") === "https://vr.meta.me/s/2dIeMkLdW5vxXjB", "Discord invite URL mismatch");
237237
});
238238
test("Background image style applied", () => {
239239
const bg = getComputedStyle(document.body).backgroundImage;

0 commit comments

Comments
 (0)