Closed elliotBraem closed 7 months ago
@lachlanglen fixes height by separating Card = styled.a with Card = styled.div and moving the <Link outside. Safari must have strange behavior with the height of a tags
that issue is fixed, thanks! the Explore Projects page looks good, but it seems there is now a horizontal scroll on the pot projects page (on mobile) that doesn't occur on main, e.g.: http://127.0.0.1:8080/potlock.near/widget/Index?tab=pot&potId=creatives.v1.potfactory.potlock.near&nav=projects
Adds infinite scroll using Feed component.
Also removes a lot of commented out code.
Resolves #483 Resolves #332