aboutsummaryrefslogtreecommitdiff
path: root/src/site/views/NotFound.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/site/views/NotFound.vue')
-rw-r--r--src/site/views/NotFound.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/site/views/NotFound.vue b/src/site/views/NotFound.vue
index 17d07d2..6f4d7c9 100644
--- a/src/site/views/NotFound.vue
+++ b/src/site/views/NotFound.vue
@@ -10,10 +10,10 @@
<template>
<section class="hero is-fullheight">
- <Navbar/>
+ <Navbar :isWhite="true"/>
<div class="hero-body">
<div class="container">
- <h2>404</h2>
+ <h2>404エラ</h2>
</div>
</div>
</section>