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

This commit is contained in:
Brandon Cohen
2023-05-04 14:08:22 -04:00
committed by GitHub
parent a4d07f5afa
commit 77a33cb74d

View File

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