From 42e1fb4ab7a0955fd7a1ba718be325367cbdf5b8 Mon Sep 17 00:00:00 2001 From: Devin Zuczek Date: Wed, 12 Aug 2026 10:08:44 -0400 Subject: [PATCH] [www] update meta link --- apps/www/src/links.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/src/links.ts b/apps/www/src/links.ts index ff1b6c3..4b875c8 100644 --- a/apps/www/src/links.ts +++ b/apps/www/src/links.ts @@ -14,7 +14,7 @@ export const DISCORD_INVITE = 'https://discord.gg/HhmMAKhrz' export const DOWNLOAD_URL = 'https://github.com/djdevin/recflare-client/releases' /** The stage's "Download for Quest" button: the build's listing on the Meta store. */ -export const QUEST_DOWNLOAD_URL = 'https://www.meta.com/s/22O3QO7ytn' +export const QUEST_DOWNLOAD_URL = 'https://www.meta.com/s/6lL20Fnhz' /** The public source repo, linked from the homepage and footer. */ export const SOURCE_REPO = 'https://github.com/djdevin/recflare'