Enlarge star hint text and add GitHub repo hyperlink

This commit is contained in:
Xisheng-Zhao
2026-06-08 19:18:03 +08:00
parent bd26392536
commit a936271de9
2 changed files with 9 additions and 4 deletions
+6 -1
View File
@@ -641,7 +641,12 @@ export default function App() {
<a className="button primary" href={release.releasesUrl}>{t.download.latest}</a>
<a className="button secondary" href={release.githubUrl}>{t.download.source}</a>
</div>
<p className="star-hint">{t.download.star}</p>
<p className="star-hint">
{lang === "en"
? <>Like the app? Give us a star on <a href={release.githubUrl} target="_blank" rel="noopener">GitHub</a> it means a lot to the maintainers.</>
: <> app <a href={release.githubUrl} target="_blank" rel="noopener">GitHub</a> Star </>
}
</p>
</motion.div>
</section>
+3 -3
View File
@@ -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;