Update blog post date to February 12, 2026

This commit is contained in:
Lawrence Chen 2026-02-10 01:06:01 -08:00
parent aac955bec9
commit a7549f59c1
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ export default function IntroducingCmuxPage() {
</div>
<h1>Introducing cmux</h1>
<time className="text-sm text-muted">June 1, 2025</time>
<time className="text-sm text-muted">February 12, 2026</time>
<p className="mt-6">
cmux is a native macOS terminal application built on top of Ghostty,

View file

@ -10,7 +10,7 @@ const posts = [
{
slug: "introducing-cmux",
title: "Introducing cmux",
date: "2025-06-01",
date: "2026-02-12",
summary:
"A native macOS terminal built on Ghostty, designed for running multiple AI coding agents side by side.",
},