From 7ddc1a07e6a5df9d8e56d50ceb13b8813f176900 Mon Sep 17 00:00:00 2001 From: Xisheng-Zhao Date: Mon, 8 Jun 2026 20:15:45 +0800 Subject: [PATCH] Polish hero CTAs: scroll to download, GitHub logo, underline star link, download button labels --- site/src/App.tsx | 8 ++++---- site/src/styles.css | 5 +++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/site/src/App.tsx b/site/src/App.tsx index d007e14..cf3cdd4 100644 --- a/site/src/App.tsx +++ b/site/src/App.tsx @@ -87,7 +87,7 @@ const copy: Record{t.hero.title} {t.hero.subtitle} - {t.hero.download} - {t.hero.github} + {t.hero.download} + {t.hero.github} {t.hero.multica} diff --git a/site/src/styles.css b/site/src/styles.css index 50e574e..416824c 100644 --- a/site/src/styles.css +++ b/site/src/styles.css @@ -892,3 +892,8 @@ pre { text-align: center; font-weight: 600; } + +.star-hint a { + text-decoration: underline; + text-underline-offset: 3px; +}