rename expanded container classname

This commit is contained in:
jeffvli
2025-09-29 17:35:30 -07:00
parent bbafa6cf40
commit 4caad27d32
2 changed files with 6 additions and 1 deletions
@@ -286,7 +286,7 @@ export const ItemGrid = ({
{hasExpanded && (
<motion.div
animate="show"
className={styles.gridExpandedContainer}
className={styles.listExpandedContainer}
exit="hidden"
initial="hidden"
style={{ height: '500px' }}