avatar started

This commit is contained in:
2025-03-28 19:20:52 +05:30
parent f058508b50
commit c968f7865b
10 changed files with 292 additions and 109 deletions

View File

@@ -144,7 +144,7 @@ const DisplayZone: React.FC<DisplayZoneProps> = ({
return (
<div
ref={containerRef}
className={`zoon-wrapper ${
className={`zone-wrapper ${
selectedZone?.activeSides?.includes("bottom") && "bottom"
}`}
>