Browse Source

Small change to 404 page

Andrea Franceschini 1 year ago
parent
commit
950ad63a32
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/404.vue

+ 1 - 1
pages/404.vue

@@ -6,7 +6,7 @@
         <article class="body grid grid-cols-1 gap-x-12 gap-y-0">
             <p>Things come, things go. The page you were looking for must have gone.</p>
             <p>Sorry.</p>
-            <p>You can <a href="contact">let me know</a> and I'll do my best.</p>
+            <p>You can <a href="contact">let me know</a> and I'll do my best to fix this!</p>
         </article>
     </div>
 </NuxtLayout></template>