fix: update some buttons from kind to type

This commit is contained in:
Ushie 2023-06-02 23:14:22 +03:00
parent 315fdb77bb
commit 9a6797eca8
No known key found for this signature in database
GPG Key ID: 0EF73F1CA38B2D5F
2 changed files with 3 additions and 4 deletions

View File

@ -9,8 +9,8 @@
Customize your mobile experience through ReVanced <br /> by applying patches to your applications.
</p>
<div class="hero-buttons">
<Button icon="download" kind="primary" href="download">Download Manager</Button>
<Button icon="docs" href="patches">View patches</Button>
<Button icon="download" type="filled" href="download">Download Manager</Button>
<Button icon="docs" type="tonal" href="patches">View patches</Button>
</div>
</div>
</section>

View File

@ -14,7 +14,7 @@
{#if status == 404}
<p>This page received a cease and desist letter from a multi-billion dollar tech company.</p>
<br />
<Button kind="primary" href="/">Return Home</Button>
<Button type="filled" href="/">Return Home</Button>
{:else}
<p>
{$page.error?.message}
@ -31,5 +31,4 @@
h1 {
color: var(--accent-color);
}
</style>