diff options
Diffstat (limited to 'src/view/shell/desktop/SidebarTrendingTopics.tsx')
-rw-r--r-- | src/view/shell/desktop/SidebarTrendingTopics.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/shell/desktop/SidebarTrendingTopics.tsx b/src/view/shell/desktop/SidebarTrendingTopics.tsx index 6b49f5834..c8ef49ee7 100644 --- a/src/view/shell/desktop/SidebarTrendingTopics.tsx +++ b/src/view/shell/desktop/SidebarTrendingTopics.tsx @@ -82,6 +82,7 @@ function Inner() { <TrendingTopicLink key={topic.link} topic={topic} + style={a.rounded_full} onPress={() => { logEvent('trendingTopic:click', {context: 'sidebar'}) }}> |