change functionality req from ssr to csr

This commit is contained in:
Ehsan
2025-06-18 01:32:25 +03:30
parent debd6b0eb5
commit 43eb9c2b78
7 changed files with 32 additions and 21 deletions
@@ -1,6 +1,4 @@
function Content({ isConfirmed, children, title, error }) {
console.log(error);
return (
<div className="flex w-full flex-col items-start justify-start gap-[8px] sm:gap-[3px] md:gap-[7px] lg:gap-[9px]">
<div className="flex min-h-[32px] items-center justify-start gap-[8px] md:gap-[6px] lg:gap-[4px]">