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 17 forks source link

fix: add page title to ad page, resolves #17 #18

Closed RNR1 closed 1 year ago

RNR1 commented 1 year ago

PR Checklist

Overview

I added a valid HTML page title to the "Ad" page. When the "month" or "year" search params are missing or invalid, the page title will be "Ad | Philly JS Club," otherwise, it will display "Ad (${month} ${year}), same as it will display in the UI.

JoshuaKGoldberg commented 1 year ago

@allcontributors add @RNR1 for code