From 4f1d120d2ed94fd27ba8ee8a9f992cf9e1b49a04 Mon Sep 17 00:00:00 2001 From: Lawrence Chen <54008264+lawrencecchen@users.noreply.github.com> Date: Sat, 21 Feb 2026 06:19:14 -0800 Subject: [PATCH] Fix Show HN blog summary: hit #2, Mitchell Hashimoto, viral in Japan (#277) --- web/app/blog/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/blog/page.tsx b/web/app/blog/page.tsx index d7707772..e3bccea3 100644 --- a/web/app/blog/page.tsx +++ b/web/app/blog/page.tsx @@ -12,7 +12,7 @@ const posts = [ title: "Launching cmux on Show HN", date: "2026-02-21", summary: - "cmux hit the front page, went viral in Japan, and shipped 18 releases in 48 hours.", + "cmux hit #2 on Hacker News, got shared by Mitchell Hashimoto, and went viral in Japan.", }, { slug: "introducing-cmux",