diff --git a/layouts/error.vue b/layouts/error.vue
index 05b82718..c1bb7e29 100644
--- a/layouts/error.vue
+++ b/layouts/error.vue
@@ -2,7 +2,8 @@
v-container.p-4.text-center
v-alert(v-if="error.statusCode === 404") ¯\_(ツ)_/¯ {{error.message}}
v-alert(v-else type='error') mdi-warning An error occurred: {{error.message}}
- nuxt-link(to='/') Back to home
+ nuxt-link(to='/')
+ v-btn Back to home