fix: use correct name in download button (#135)

* fix: use correct name

* feat: use a shorter button label
This commit is contained in:
oSumAtrIX 2023-08-01 01:12:47 +02:00 committed by GitHub
parent 4c5351b26a
commit ba67b0da2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
Customize your mobile experience through ReVanced <br /> by applying patches to your applications. Customize your mobile experience through ReVanced <br /> by applying patches to your applications.
</p> </p>
<div class="hero-buttons"> <div class="hero-buttons">
<Button icon="download" type="filled" href="download">Download Manager</Button> <Button icon="download" type="filled" href="download">Download</Button>
<Button icon="docs" type="tonal" href="patches">View patches</Button> <Button icon="docs" type="tonal" href="patches">View patches</Button>
</div> </div>
</div> </div>