import Trends from 'mastodon/features/getting_started/containers/trends_container'; import { showTrends } from 'mastodon/initial_state'; import { Link } from 'react-router-dom'; export const NavigationPortal: React.FC = () => (
{/* Existing Trends section */} {showTrends && } {/* Add Local Top tab */} Local Top
);