import { resizeImage } from '@/web/utils/common' import { css, cx } from '@emotion/css' import Image from './Image' const ArtistRow = ({ artists, title, className, }: { artists: Artist[] | undefined title?: string className?: string }) => { return (