fix(ui): corrected mobile menu spacing in collection details (#3432)

pull/3447/head
Brandon Cohen 1 year ago committed by GitHub
parent a4d07f5afa
commit 77a33cb74d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -348,7 +348,7 @@ const CollectionDetails = ({ collection }: CollectionDetailsProps) => {
/>
))}
/>
<div className="pb-8" />
<div className="extra-bottom-space relative" />
</div>
);
};

Loading…
Cancel
Save