···1313export const EMBED_SCRIPT = `${EMBED_SERVICE}/static/embed.js`
1414export const BSKY_DOWNLOAD_URL = 'https://bsky.app/download'
15151616+// HACK
1717+// Yes, this is exactly what it looks like. It's a hard-coded constant
1818+// reflecting the number of new users in the last week. We don't have
1919+// time to add a route to the servers for this so we're just going to hard
2020+// code and update this number with each release until we can get the
2121+// server route done.
2222+// -prf
2323+export const JOINED_THIS_WEEK = 37115 // as of June24 2024
2424+1625const BASE_FEEDBACK_FORM_URL = `${HELP_DESK_URL}/requests/new`
1726export function FEEDBACK_FORM_URL({
1827 email,