Skip to content

Commit 270813b

Browse files
committed
better looking 404 page
1 parent b3cf3a3 commit 270813b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
29 KB
Loading

frontend/src/views/NotFound.vue

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
<template>
22
<!-- eslint-disable max-len -->
33
<div class="sm:mx-16 lg:mx-32 mt-32">
4-
<h1 class="text-2xl text-center mx-auto">404 page not found</h1>
5-
<h1 @click="$router.go(-1)" class="text-center text-center mx-auto cursor-pointer text-blue-500 mt-2">Back</h1>
4+
<div class="flex flex-col">
5+
<div class="mx-auto flex flex-row items-center justify-center">
6+
<h1 class="text-2xl sm:text-4xl text-center text-gray-matcha leading-none opacity-50">404</h1>
7+
<img src="../assets/brokenHeartBlue.png" class="ml-2 h-6 sm:h-8 opacity-50">
8+
</div>
9+
<h1 class="text-center text-6xl sm:text-8xl text-gray-matcha my-8 leading-none">Page not found</h1>
10+
</div>
11+
<h1 @click="$router.go(-1)" class="onboarding-sub-container-content-button-outline-light mx-auto">Back</h1>
612
</div>
713
</template>

0 commit comments

Comments
 (0)