refactor: use image component
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import Image from 'next/image'
|
||||
import Link from '@/components/Link'
|
||||
import Image from './Image'
|
||||
import Link from './Link'
|
||||
|
||||
const Card = ({ title, description, imgSrc, href }) => (
|
||||
<div className="p-4 md:w-1/2 md" style={{ maxWidth: '544px' }}>
|
||||
|
Reference in New Issue
Block a user