Skip to content

Commit

Permalink
Edit 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
LimMengShin committed Mar 2, 2024
1 parent f5195f0 commit 91bd4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+error.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import CommonPage from '$lib/components/CommonPage.svelte';
</script>

<CommonPage {"404"}>
<CommonPage {404}>
<div class="error-container">
<h1 class="error-code">404</h1>
<p class="error-message">Oops! It looks like you're lost.</p>
Expand Down

0 comments on commit 91bd4c2

Please sign in to comment.