Reorder onboarding source options by observed frequency, add Instagram (#533)

This commit is contained in:
Ben Senescu 2026-08-25 20:49:46 -04:00 committed by GitHub
parent e0ed902f39
commit 7a611a7bad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,21 +31,21 @@ export const CLIENT_WEBSITE_COUNT_OPTIONS = [
"25+",
] as const;
// Ordered by how often each source is actually reported (Aug 2026 answers).
export const SOURCE_OPTIONS = [
"Product Hunt",
"Google",
"Reddit",
"X / Twitter",
"GitHub",
"AI (Claude, ChatGPT, etc)",
"Product Hunt",
"Friend or colleague",
"X / Twitter",
"Instagram",
"AI (Claude, ChatGPT, etc)",
"Other",
] as const;
// Keep the mobile list short: these still count as known options, they just
// aren't shown on small screens.
export const SOURCE_OPTIONS_HIDDEN_ON_MOBILE = [
"Reddit",
"X / Twitter",
"AI (Claude, ChatGPT, etc)",
] as const;