mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-30 22:54:31 +02:00
feat: remove nav from error page
This commit is contained in:
parent
c59b040843
commit
2cb6f9263c
@ -1,5 +1,4 @@
|
||||
<script lang="ts">
|
||||
import Navigation from '$lib/components/atoms/NavButton.svelte';
|
||||
import { page } from '$app/stores';
|
||||
|
||||
$: status = $page.status;
|
||||
@ -9,8 +8,6 @@
|
||||
<h1>{status}</h1>
|
||||
{#if status == 404}
|
||||
<p>ReVanced Website is still a work in progress.</p>
|
||||
<br />
|
||||
<Navigation href="/" is_selected={() => true}>Home</Navigation>
|
||||
{:else}
|
||||
<p>
|
||||
{$page.error.message}
|
||||
|
Loading…
x
Reference in New Issue
Block a user