diff --git a/site/src/App.tsx b/site/src/App.tsx index 45e82e4..d007e14 100644 --- a/site/src/App.tsx +++ b/site/src/App.tsx @@ -641,7 +641,12 @@ export default function App() { {t.download.latest} {t.download.source} -

{t.download.star}

+

+ {lang === "en" + ? <>Like the app? Give us a star on GitHub ⭐ — it means a lot to the maintainers. + : <>喜欢我们的 app?请在 GitHub 上给项目点个 Star ⭐,这是对我们作者最大的支持。 + } +

diff --git a/site/src/styles.css b/site/src/styles.css index 7bd374c..50e574e 100644 --- a/site/src/styles.css +++ b/site/src/styles.css @@ -427,7 +427,7 @@ h3 { } .journey-step-content p { - font-size: 15px; + font-size: 18px; line-height: 1.55; color: var(--muted); margin: 0; @@ -636,7 +636,7 @@ h3 { display: flex; align-items: center; gap: 2px; - font-size: 15px; + font-size: 18px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; @@ -887,7 +887,7 @@ pre { .star-hint { margin-top: 20px; - font-size: 15px; + font-size: 18px; color: var(--muted); text-align: center; font-weight: 600;