From a25d6bd1f624fe5b2ff51ac6e40ad2c169074308 Mon Sep 17 00:00:00 2001 From: hadleygarrett <124802365+hadleygarrett@users.noreply.github.com> Date: Wed, 14 Aug 2024 03:14:50 -0400 Subject: [PATCH] feat: add Hadley Garrett to `/about` page (#335) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## PR Checklist - [x] Addresses an existing open issue: fixes N/A - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/boston-ts-website/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/boston-ts-website/blob/main/.github/CONTRIBUTING.md) were taken ## Overview ✨ --- app/routes/about.tsx | 3 +++ cspell.json | 1 + 2 files changed, 4 insertions(+) diff --git a/app/routes/about.tsx b/app/routes/about.tsx index 948e6d1..0b90c47 100644 --- a/app/routes/about.tsx +++ b/app/routes/about.tsx @@ -61,6 +61,9 @@ export default function About() {
  • Sean Sanker Jr
  • +
  • + Hadley Garrett +
  • The Website diff --git a/cspell.json b/cspell.json index a7b2622..baa9e96 100644 --- a/cspell.json +++ b/cspell.json @@ -16,6 +16,7 @@ "bostonts", "clsx", "currentcolor", + "Hadley", "isbot", "Jérémie", "knip",