import type { Topic } from '../../graphql/types.gen' import { useLocalize } from '../../context/localize' import { Icon } from '../_shared/Icon' import './FloorHeader.scss' export default (props: { topic: Topic; color: string }) => { const { t } = useLocalize() return ( <>