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