mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
refactor: RelevantBlogPosts bgcolor -> option props
This commit is contained in:
@@ -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[] = [
|
||||||
|
Reference in New Issue
Block a user