make bgpig color optional
This commit is contained in:
@ -29,7 +29,7 @@ export const BgPig = ({
|
||||
| "key"
|
||||
| "chill"
|
||||
| "peek";
|
||||
color: "neufPink" | "white" | "goldenBeige";
|
||||
color?: "neufPink" | "white" | "goldenBeige";
|
||||
}) => {
|
||||
const { ref: observer, inView: IsInView } = useInView({ triggerOnce: false });
|
||||
return (
|
||||
|
Reference in New Issue
Block a user