mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-29 22:24:31 +02:00
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:
parent
e616178733
commit
31047103d3
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user