Initial commit

This commit is contained in:
Mohammad Oftadeh
2024-09-26 23:53:53 +03:00
committed by GitHub
parent 3a245fa795
commit 4917074bea

View File

@@ -24,7 +24,7 @@ const ReviewCard = ({
return (
<div
className={cn([
"relative flex flex-col items-start aspect-auto border border-black/10 rounded-[20px] p-6 sm:px-8 sm:py-7 overflow-hidden",
"relative bg-white flex flex-col items-start aspect-auto border border-black/10 rounded-[20px] p-6 sm:px-8 sm:py-7 overflow-hidden",
className,
])}
>