From d137d3cff239eb68cc29d9dc7adec3b1353acc1a Mon Sep 17 00:00:00 2001 From: vineyardbovines Date: Sun, 23 Aug 2026 20:13:53 -0400 Subject: [PATCH] Left align trending hint on web --- src/components/TrendingTopics.tsx | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/src/components/TrendingTopics.tsx b/src/components/TrendingTopics.tsx index 475d7862bd..4f3239b289 100644 --- a/src/components/TrendingTopics.tsx +++ b/src/components/TrendingTopics.tsx @@ -43,17 +43,15 @@ export function TrendingTopicsPrompt({ color="secondary" onPress={onConfirm} /> - {!IS_WEB && ( - - You can update this later from your settings. - - )} + + You can update this later from your settings. +