diff --git a/src/pages/trending.jsx b/src/pages/trending.jsx index 2e2b8bcd..6dfca76c 100644 --- a/src/pages/trending.jsx +++ b/src/pages/trending.jsx @@ -140,7 +140,7 @@ function Trending({ columnMode, ...props }) { const hasCurrentLink = !!currentLink; const currentLinkRef = useRef(); const supportsTrendingLinkPosts = - sameCurrentInstance && supports('@mastodon/trending-hashtags'); + sameCurrentInstance && supports('@mastodon/trending-link-posts'); useEffect(() => { if (currentLink && currentLinkRef.current) {