From f22e34e36b25b8df0ecb10998fcf4109b881c82b Mon Sep 17 00:00:00 2001 From: Sahana J Prakash <1999sahana@gmail.com> Date: Sun, 17 Nov 2024 02:55:39 -0500 Subject: [PATCH] feat: Update upcoming event title (#352) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## PR Checklist - [ ] Addresses an existing open issue: fixes #000 - [ ] 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 - Updating the talk title for Pariss Chandler Co-authored-by: sahanajayadevaprakash --- app/data/events.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/data/events.json b/app/data/events.json index c6dd95d..b413ad2 100644 --- a/app/data/events.json +++ b/app/data/events.json @@ -17,7 +17,7 @@ "name": "Pariss Chandler", "url": "https://www.linkedin.com/in/pariss-chandler" }, - "title": "Black Tech Pipeline" + "title": "Navigating the Shifting Job Market" } ] },