From a035c35971107501b896045ede6c506e9535db38 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 28 Jun 2024 10:46:19 -0500 Subject: [PATCH] Add browse more link on desktop --- src/components/FeedInterstitials.tsx | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) 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 + + + ) : (