mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 04:14:18 +00:00
refactor: RelevantBlogPosts bgcolor -> option props
This commit is contained in:
parent
83fcfc3d65
commit
c1f7d9d7ab
@ -14,7 +14,7 @@ interface RelevantProps {
|
|||||||
itemKey?: string,
|
itemKey?: string,
|
||||||
title?: string,
|
title?: string,
|
||||||
viewAllLink?: string,
|
viewAllLink?: string,
|
||||||
bgcolor: "default" | "cream"
|
bgcolor?: "default" | "cream"
|
||||||
}
|
}
|
||||||
|
|
||||||
const recipe:BlogCardProps[] = [
|
const recipe:BlogCardProps[] = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user