diff --git a/package.json b/package.json index 50262c15..75a60ec2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,13 @@ "private": true, "epicshop": { "title": "Advanced React Patterns 🤯", - "githubRoot": "https://github.com/epicweb-dev/advanced-react-patterns/blob/main" + "subtitle": "Learn how to build simple and flexible React Components and Hooks using modern patterns", + "githubRoot": "https://github.com/epicweb-dev/advanced-react-patterns/blob/main", + "instructor": { + "name": "Kent C. Dodds", + "avatar": "/images/instructor.png", + "𝕏": "kentcdodds" + } }, "type": "module", "imports": { diff --git a/public/images/instructor.png b/public/images/instructor.png new file mode 100644 index 00000000..707102e9 Binary files /dev/null and b/public/images/instructor.png differ