fixed nested children rendering problem

This commit is contained in:
paul
2024-09-20 15:12:43 +05:30
parent 59bf55e175
commit 474601ad12
6 changed files with 177 additions and 109 deletions

View File

@@ -18,7 +18,7 @@ function Premium({ children, className = "" }) {
setPremiumModalOpen(false)
}
// FIXME: the pricing section is not responsive
return (
<div onClick={onClick} className={`${className}`}>
{children}