aboutsummaryrefslogtreecommitdiff
path: root/src/site/layouts/error.vue
diff options
context:
space:
mode:
authorPitu <[email protected]>2020-12-24 23:45:16 +0900
committerPitu <[email protected]>2020-12-24 23:45:16 +0900
commitfb2c27086f570fec60f4d52dcc9ca80e53186293 (patch)
tree4c4fd056c293b8e0de632023ef19fdea95c009fa /src/site/layouts/error.vue
parentMerge pull request #228 from Zephyrrus/begone_trailing_commas (diff)
downloadhost.fuwn.me-fb2c27086f570fec60f4d52dcc9ca80e53186293.tar.xz
host.fuwn.me-fb2c27086f570fec60f4d52dcc9ca80e53186293.zip
Fix ESLint rules once and for all
Diffstat (limited to 'src/site/layouts/error.vue')
-rw-r--r--src/site/layouts/error.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/layouts/error.vue b/src/site/layouts/error.vue
index 77d188f..28f3036 100644
--- a/src/site/layouts/error.vue
+++ b/src/site/layouts/error.vue
@@ -10,7 +10,7 @@
<template>
<section class="hero is-fullheight">
- <Navbar :isWhite="true" />
+ <Navbar :is-white="true" />
<div class="hero-body">
<div class="container">
<h2>404エラ</h2>