Skip to content

Commit

Permalink
Merge pull request #312 from sysadminsmedia/tonya/improve-404-page
Browse files Browse the repository at this point in the history
Improve 404 page
  • Loading branch information
tonyaellie authored Oct 30, 2024
2 parents 1268fd9 + 4510712 commit e2740a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/layouts/404.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<main class="grid min-h-screen w-full place-items-center bg-blue-100">
<main class="grid min-h-screen w-full place-items-center">
<slot></slot>
</main>
</template>
3 changes: 2 additions & 1 deletion frontend/pages/[...all].vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
</script>

<template>
<h1 class="flex flex-col text-center font-extrabold text-blue-500">
<h1 class="flex flex-col text-center font-extrabold">
<span class="text-7xl">404.</span>
<span class="mt-5 text-5xl"> Page Not Found </span>
<NuxtLink to="/" class="btn mt-5 text-xl"> Return Home </NuxtLink>
</h1>
</template>

0 comments on commit e2740a9

Please sign in to comment.