import { css } from 'styled-components' import { instat as platformInstat } from 'config/clients/instat' import { Background } from 'features/Background' import type { ClientConfig } from './types' export const instat: ClientConfig = { ...platformInstat, background: Background, name: 'instat', styles: { logo: css` background-image: url(/images/logo.svg); height: 54px; width: 234px; `, }, }