diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx index 79b30c08d3..cb3284b47a 100644 --- a/src/components/FeedInterstitials.tsx +++ b/src/components/FeedInterstitials.tsx @@ -16,6 +16,7 @@ import * as FeedCard from '#/components/FeedCard' import {ArrowRight_Stroke2_Corner0_Rounded as Arrow} from '#/components/icons/Arrow' import {Hashtag_Stroke2_Corner0_Rounded as Hashtag} from '#/components/icons/Hashtag' import {PersonPlus_Stroke2_Corner0_Rounded as Person} from '#/components/icons/Person' +import {InlineLinkText} from '#/components/Link' import * as ProfileCard from '#/components/ProfileCard' import {Text} from '#/components/Typography' @@ -160,6 +161,20 @@ export function SuggestedFollows() { {gtMobile ? ( {content} + + + + Browse more suggestions + + + ) : ( @@ -267,6 +282,20 @@ export function SuggestedFeeds() { {gtMobile ? ( {content} + + + + Browse more suggestions + + + ) : (