mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-28 13:21:02 +00:00
fix: update some buttons from kind to type
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user