diff --git a/.ai/commit-checkpoints.json b/.ai/commit-checkpoints.json index 70794d20..7697483a 100644 --- a/.ai/commit-checkpoints.json +++ b/.ai/commit-checkpoints.json @@ -1,7 +1,7 @@ { "last_commit": { - "timestamp": "2025-12-22T02:15:31.164777+00:00", - "session_id": "019b43d6-7d65-7750-9f2a-d85aa2642074", - "last_entry_timestamp": "2025-12-22T02:15:26.603Z" + "timestamp": "2025-12-22T02:34:08.927463+00:00", + "session_id": "019b43e7-d67f-7913-8869-c71b4462765a", + "last_entry_timestamp": "2025-12-22T02:34:05.739Z" } } \ No newline at end of file diff --git a/packages/web/src/routes/$username.tsx b/packages/web/src/routes/$username.tsx index 24cefd71..89ecd6bf 100644 --- a/packages/web/src/routes/$username.tsx +++ b/packages/web/src/routes/$username.tsx @@ -193,20 +193,17 @@ function StreamPage() { ) : (
- {username === "nikiv" ? ( - - nikiv.dev - - ) : ( -

- Not streaming -

- )} +

+ stream soon +

+ + {username === "nikiv" ? "nikiv.dev" : `@${username}`} +
)}