mirror of
https://github.com/revanced/revanced-website.git
synced 2025-06-12 13:17:40 +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:
@ -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" />
|
||||
|
Reference in New Issue
Block a user