Skip to content

Commit a2d86e9

Browse files
refactor(error-page): refactor 404 page and updated image.
1 parent 55a952c commit a2d86e9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
37.9 KB
Loading

typescript-version/src/pages/[...all].vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import misc404 from '@images/pages/404.png'
66
<template>
77
<div class="misc-wrapper">
88
<ErrorHeader
9-
error-code="404"
109
error-title="Page Not Found ⚠️"
1110
error-description="We couldn't find the page you are looking for."
1211
/>
@@ -16,7 +15,7 @@ import misc404 from '@images/pages/404.png'
1615
<VImg
1716
:src="misc404"
1817
alt="Coming Soon"
19-
:max-width="800"
18+
:max-width="500"
2019
class="mx-auto"
2120
/>
2221
<VBtn

0 commit comments

Comments
 (0)