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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -20,12 +20,12 @@
<h4>Pages</h4>
<a href="/"><h5>Home</h5></a>
<a href="/download"><h5>Download</h5></a>
<!-- <a href="/docs"><h5>Docs</h5></a> -->
<!-- <a href="/docs"><h5>Documentation</h5></a> -->
<a href="/patches"><h5>Patches</h5></a>
<a href="/contributors"><h5>Contributors</h5></a>
</div>
<div class="link-column">
<h4>Repos</h4>
<h4>Repositories</h4>
{#each $repositories as { name }}
<a href="https://github.com/{name}" target="_blank" rel="noreferrer">
<div>

View File

@ -9,12 +9,12 @@
</h1>
<h4>
ReVanced is an extensible framework for building <br /> Android application mods.
ReVanced is an extensible framework for building <br /> Android applications.
</h4>
<div class="hero-buttons">
<Button icon="download" href="download" kind="primary">Download Manager</Button>
<Button icon="docs" href="patches">View Patches</Button>
<Button icon="docs" href="patches">View patches</Button>
</div>
</div>
</section>

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" />