import type { Topic } from '../../graphql/types.gen' import Icon from '../Nav/Icon' import './FloorHeader.scss' import { t } from '../../utils/intl' export default (props: { topic: Topic; color: string }) => { return ( <>