diff --git a/components/PublicGrid.tsx b/components/PublicGrid.tsx index fe660f2..63b95a7 100644 --- a/components/PublicGrid.tsx +++ b/components/PublicGrid.tsx @@ -501,40 +501,25 @@ function FlipBook({ pages, onClose }: { pages: string[]; onClose: () => void })
{/* Static left page */} - {visibleLeft ? ( + {visibleLeft && (
- ) : ( -
)} {/* Static right page */} - {visibleRight ? ( + {visibleRight && (
- ) : ( -
)} {/* Flipping overlay — forward (right page rotates left) */}