diff --git a/README.md b/README.md
index 2c23e85..67e4814 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,18 @@
# 🛝 Yjs Playground
-[![Build](https://github.com/lawvs/yjs-playground/actions/workflows/build.yml/badge.svg)](https://github.com/lawvs/yjs-playground/actions/workflows/build.yml)
+[![Build](https://github.com/yjs/yjs-playground/actions/workflows/build.yml/badge.svg)](https://github.com/yjs/yjs-playground/actions/workflows/build.yml)
The playground of [Yjs](https://docs.yjs.dev/).
## ✨ Features
- Connect to a Yjs demo.
- ![image](https://github.com/lawvs/yjs-playground/assets/18554747/dfc81707-eaf8-40f4-8f24-8264056a7fe6)
+ ![image](https://github.com/yjs/yjs-playground/assets/18554747/144810a2-4da1-4fd3-822d-1f4a015af29f)
- Inspect the Yjs document model
- ![image](https://github.com/lawvs/yjs-playground/assets/18554747/edb040f2-6bdd-4c2a-b9cf-43f7eaef08d2)
+ ![image](https://github.com/yjs/yjs-playground/assets/18554747/edb040f2-6bdd-4c2a-b9cf-43f7eaef08d2)
- Edit the Yjs document model.
- ![image](https://github.com/lawvs/yjs-playground/assets/18554747/46a061e9-3466-46bd-91cc-80e80476de37)
+ ![image](https://github.com/yjs/yjs-playground/assets/18554747/46a061e9-3466-46bd-91cc-80e80476de37)
- Export the YDoc snapshot
- Dark mode
diff --git a/src/components/site-header.tsx b/src/components/site-header.tsx
index 2d0e516..48ffb9c 100644
--- a/src/components/site-header.tsx
+++ b/src/components/site-header.tsx
@@ -30,7 +30,7 @@ export function Header() {