From 9b075c13fe1773b7365098ffcc0bc10c13f3625a Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Tue, 25 Jun 2024 12:52:13 -0600 Subject: [PATCH] add instructor info --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ae8b0d0f..77007abf 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,15 @@ "private": true, "epicshop": { "title": "Professional Web Forms 📝", + "subtitle": "Learn the primary mechanism for interactivity on the web.", "githubRoot": "https://github.com/epicweb-dev/web-forms/blob/main", "root": true, - "epicWorkshopSlug": "professional-web-forms" + "epicWorkshopSlug": "professional-web-forms", + "instructor": { + "name": "Kent C. Dodds", + "avatar": "/images/instructor.png", + "𝕏": "kentcdodds" + } }, "type": "module", "scripts": {