portfolio/components/round-image.tsx

7 lines
127 B
TypeScript
Raw Normal View History

2022-06-15 12:07:13 +00:00
import Image from "next/image"
import styled from "styled-components"
export default styled(Image)`
border-radius: 50%;
2022-06-15 12:07:13 +00:00
`