philly-js-club / philly-js-club-website

The website for Philly JS. Powered by React, Remix, and TypeScript. 🔔✨
https://phillyjs.com
MIT License
9 stars 13 forks source link

_index.tsx: Show events six weeks in the future #92

Closed chasenstark closed 4 months ago

chasenstark commented 4 months ago

Overview

We meet every 2nd Thursday, so only showing meetups < 1 month away means there will be times when no upcoming meetup is shown on the homepage. Let's change this to 6 weeks, which also gives us some wiggle room if we need to push to the 3rd week of the month, as we have occasionally had to do.

tjwds commented 4 months ago

LGTM, thanks!