fix: text formatting and capitalization (#43)

* fix(Home): hero text, button text capitalization

* fix(Home): remove line-break in between hero text

Tell me to revert this if it was a mistake

* fix(Footer): fix some shortened words

* fix(pages/download): fix hero text

* revert(pages/home): hero text

bad affan

* fix(Footer): use Repositories instead of Sources
This commit is contained in:
Palm
2022-12-10 23:03:15 +07:00
committed by GitHub
parent e616178733
commit 31047103d3
3 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@
<div class="wrapper">
<h1>ReVanced <span>Manager</span></h1>
<h4>Patch your favourite apps, on-device.</h4>
<h4>Patch your favourite apps, right on your device.</h4>
<Button kind="primary" icon="download" target="_blank" href={manager.assets[0].url}>{manager.version}</Button>
<div class="screenshot">
<Picture data={manager_screenshot} alt="Manager Screenshot" />