import type { Topic } from '~/graphql/schema/core.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 ( <>