Explorar o código

Small change to 404 page

Andrea Franceschini hai 1 ano
pai
achega
950ad63a32
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>