mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-16 00:14:23 +02:00
rename expanded container classname
This commit is contained in:
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user