Skip to content

Commit

Permalink
docs: fix module error caused by styled-jsx update
Browse files Browse the repository at this point in the history
  • Loading branch information
unix committed Apr 22, 2021
1 parent 7717762 commit 62a6bbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/components/icons/logo.tsx
Original file line number Diff line number Diff line change
@@ -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<React.ImgHTMLAttributes<any>> = ({ ...props }) => {
const { className, styles } = resolve`
const { className, styles } = css.resolve`
.image {
border-radius: 50%;
cursor: pointer;
Expand Down

0 comments on commit 62a6bbc

Please sign in to comment.