added a download button to the docs site

This commit is contained in:
afonya 2025-06-17 19:38:20 +02:00
parent bf82ead8a8
commit ae1cc90a2a
Signed by: afonya
GPG key ID: EBB9C4CAFAAFB2DC

View file

@ -23,6 +23,12 @@ function HomepageHeader() {
to="/docs/intro"> to="/docs/intro">
Nézd meg a dokumentációt! Nézd meg a dokumentációt!
</Link> </Link>
<Link
className="button button--secondary button--lg"
style={{ marginInline: '1rem' }}
to="https://git.afonyanet.hu/afonya/AstroLang/releases">
Töltsd le!
</Link>
</div> </div>
</div> </div>
</header> </header>