diff --git a/src/components/collection/AllCollections.tsx b/src/components/collection/AllCollections.tsx index 760283528..657ddbb5d 100644 --- a/src/components/collection/AllCollections.tsx +++ b/src/components/collection/AllCollections.tsx @@ -47,14 +47,14 @@ FloatingSidebar.propTypes = { onClose: PropTypes.func.isRequired, }; -export const Transition = (direction: 'left' | 'right') => +export const Transition = (direction: 'left' | 'right' | 'up') => React.forwardRef( (props: { children: React.ReactElement }, ref) => { return ; } ); -const LeftSlideTransition = Transition('left'); +const LeftSlideTransition = Transition('up'); const LargerCollectionTile = styledComponent(CollectionTile)` width: 150px;