mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-11 05:36:17 +00:00
fix: update some buttons from kind to type
This commit is contained in:
@@ -9,8 +9,8 @@
|
|||||||
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" kind="primary" href="download">Download Manager</Button>
|
<Button icon="download" type="filled" href="download">Download Manager</Button>
|
||||||
<Button icon="docs" href="patches">View patches</Button>
|
<Button icon="docs" type="tonal" href="patches">View patches</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
{#if status == 404}
|
{#if status == 404}
|
||||||
<p>This page received a cease and desist letter from a multi-billion dollar tech company.</p>
|
<p>This page received a cease and desist letter from a multi-billion dollar tech company.</p>
|
||||||
<br />
|
<br />
|
||||||
<Button kind="primary" href="/">Return Home</Button>
|
<Button type="filled" href="/">Return Home</Button>
|
||||||
{:else}
|
{:else}
|
||||||
<p>
|
<p>
|
||||||
{$page.error?.message}
|
{$page.error?.message}
|
||||||
@@ -31,5 +31,4 @@
|
|||||||
h1 {
|
h1 {
|
||||||
color: var(--accent-color);
|
color: var(--accent-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user