We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d86e9 commit 6e4ad5dCopy full SHA for 6e4ad5d
javascript-version/src/assets/images/pages/404.png
37.9 KB
javascript-version/src/pages/[...all].vue
@@ -6,7 +6,6 @@ import misc404 from '@images/pages/404.png'
6
<template>
7
<div class="misc-wrapper">
8
<ErrorHeader
9
- error-code="404"
10
error-title="Page Not Found ⚠️"
11
error-description="We couldn't find the page you are looking for."
12
/>
@@ -16,7 +15,7 @@ import misc404 from '@images/pages/404.png'
16
15
<VImg
17
:src="misc404"
18
alt="Coming Soon"
19
- :max-width="800"
+ :max-width="500"
20
class="mx-auto"
21
22
<VBtn
0 commit comments