mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 03:31:23 +00:00
fix code
This commit is contained in:
@@ -6,8 +6,11 @@ import { ImgWithLink } from '..'
|
||||
import s from './CardBlog.module.scss'
|
||||
|
||||
export interface BlogCardProps extends BlogProps {
|
||||
// todo: edit when intergrate API
|
||||
isHidden:Boolean
|
||||
isPublish?:Boolean,
|
||||
isFeatured?:Boolean,
|
||||
authorAvatarAsset?:string,
|
||||
authorName?:string,
|
||||
createdAt?:string
|
||||
}
|
||||
|
||||
const CardBlog = ({ imageSrc, title, description, slug }: BlogCardProps) => {
|
||||
|
Reference in New Issue
Block a user