···3131const PRIMARY_FEEDS: FeedConfig[] = [
3232 {
3333 default: IS_PROD, // these feeds are only available in prod
3434- uri: 'at://did:plc:wqowuobffl66jv3kpsvo7ak4/app.bsky.feed.generator/the-algorithm',
3434+ uri: 'at://did:plc:z72i7hdynmk6r22z27h6tvur/app.bsky.feed.generator/whats-hot',
3535 gradient: tokens.gradients.midnight,
3636 },
3737 {
3838- default: false,
3939- uri: 'at://did:plc:z72i7hdynmk6r22z27h6tvur/app.bsky.feed.generator/whats-hot',
3838+ default: IS_PROD, // these feeds are only available in prod
3939+ uri: 'at://did:plc:wqowuobffl66jv3kpsvo7ak4/app.bsky.feed.generator/the-algorithm',
4040 gradient: tokens.gradients.midnight,
4141 },
4242]
···100100 <IconCircle icon={ListSparkle} style={[a.mb_2xl]} />
101101102102 <Title>
103103- <Trans>Choose your algorithmic feeds</Trans>
103103+ <Trans>Choose your main feeds</Trans>
104104 </Title>
105105 <Description>
106106 <Trans>
107107- Feeds are created by users and can give you entirely new experiences.
107107+ Feeds are created by users and organizations. They offer you varied
108108+ experiences and suggest content you may like using algorithms.
108109 </Trans>
109110 </Description>
110111···115116 label={_(msg`Select your primary algorithmic feeds`)}>
116117 <Text
117118 style={[a.text_md, a.pt_4xl, a.pb_md, t.atoms.text_contrast_700]}>
118118- <Trans>We recommend "For You" by Skygaze:</Trans>
119119+ <Trans>We recommend our "Discover" feed:</Trans>
119120 </Text>
120121 <FeedCard config={PRIMARY_FEEDS[0]} />
121122 <Text
122123 style={[a.text_md, a.pt_4xl, a.pb_lg, t.atoms.text_contrast_700]}>
123123- <Trans>You can also try our "Discover" algorithm:</Trans>
124124+ <Trans>We also think you'll like "For You" by Skygaze:</Trans>
124125 </Text>
125126 <FeedCard config={PRIMARY_FEEDS[1]} />
126127 </Toggle.Group>