From 14603bd9f82cf1fb39f45df7f0adb87b09682020 Mon Sep 17 00:00:00 2001 From: Lawrence Chen <54008264+lawrencecchen@users.noreply.github.com> Date: Sat, 21 Feb 2026 06:26:55 -0800 Subject: [PATCH] Set community gap to 16px, add dingyi China tweet to blog post (#279) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix community section gap (6px → 16px) - Add dingyi tweet showing cmux went semi-viral in China - Change "semi-viral in Japan" to "viral in Japan" + "semi-viral in China" --- web/app/blog/show-hn-launch/page.tsx | 8 +++++++- web/app/components/spacing-control.tsx | 2 +- web/app/page.tsx | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/web/app/blog/show-hn-launch/page.tsx b/web/app/blog/show-hn-launch/page.tsx index 0800297b..dd02c5e5 100644 --- a/web/app/blog/show-hn-launch/page.tsx +++ b/web/app/blog/show-hn-launch/page.tsx @@ -159,7 +159,7 @@ export default function ShowHNLaunchPage() {
- Surprisingly, cmux went semi-viral in Japan! + Surprisingly, cmux went viral in Japan:
+ And semi-viral in China: +
+ +Another exciting thing was seeing people build on top of the cmux CLI. sasha built a pi-cmux extension that shows model info, token diff --git a/web/app/components/spacing-control.tsx b/web/app/components/spacing-control.tsx index c995715b..e3bae491 100644 --- a/web/app/components/spacing-control.tsx +++ b/web/app/components/spacing-control.tsx @@ -27,7 +27,7 @@ const defaults: DevValues = { featuresLh: 1.275, featuresPt: 12, featuresPb: 15, - communityGap: 6, + communityGap: 16, faqPt: 0, docsPt: 8, }; diff --git a/web/app/page.tsx b/web/app/page.tsx index 566d6c68..424945b0 100644 --- a/web/app/page.tsx +++ b/web/app/page.tsx @@ -201,7 +201,7 @@ export default function Home() {