feat: remove nav from error page

This commit is contained in:
Ax333l 2023-01-07 18:46:57 +01:00
parent c59b040843
commit 2cb6f9263c
No known key found for this signature in database
GPG Key ID: D2B4D85271127D23

View File

@ -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}