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; +}