diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c3c833..17a1fea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2026-01-27 + +- Home page: keep testimonial links clickable while skipping keyboard focus (#18, thanks @wilfriedladenhauf). + ## 2026-01-16 - `install.sh`: warn when the user’s original shell `PATH` likely won’t find the installed `clawdbot` binary (common Node/npm global bin issues); link to docs. diff --git a/src/pages/index.astro b/src/pages/index.astro index 37a9bcb..dc8c353 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -96,12 +96,14 @@ const duration2 = (row2.length / 2 * pixelsPerItem) / pixelsPerSecond;