The next step in getting our *Upcoming Dates* information to be useful/legible is to display event times nested under common dates. e.g.,: * Friday, February 16 * 11:00 AM to 1:00 PM * 5:00 PM: 8:00 PM That will require a little bit of work [here](https://github.com/CodeForPittsburgh/fishfryma/blob/2022b112874562575acbf454169396d8a523d7c5/assets/js/app.js#L292) and [here](https://github.com/CodeForPittsburgh/fishfrymap/blob/2022b112874562575acbf454169396d8a523d7c5/index.html#L507).