diff --git a/lib/components/icons/logo.tsx b/lib/components/icons/logo.tsx index 5cc6907f1..6d9a126bc 100644 --- a/lib/components/icons/logo.tsx +++ b/lib/components/icons/logo.tsx @@ -1,9 +1,9 @@ import React from 'react' import { Image } from 'components/index' -import { resolve } from 'styled-jsx/css' +import { css } from 'styled-jsx/css' export const LogoIcon: React.FC> = ({ ...props }) => { - const { className, styles } = resolve` + const { className, styles } = css.resolve` .image { border-radius: 50%; cursor: pointer;