1
0
Fork 0
mirror of https://github.com/MedzikUser/portfolio synced 2024-08-15 03:26:01 +00:00
portfolio/components/round-image.tsx

6 lines
127 B
TypeScript

import Image from "next/image"
import styled from "styled-components"
export default styled(Image)`
border-radius: 50%;
`