Merge branch 'master' of ssh://gitlab.isnet.uk:666/vue/marc-leopold

This commit is contained in:
ManjaroOne666 2019-02-02 17:15:41 +00:00
commit ac65b36124
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<template>
<div class="error-page">
<h1 class="heading" v-if="error.statusCode === 404">Page not found</h1>
<h1 class="heading" v-else>An error occurred</h1>
<h1 class="heading" v-if="error.statusCode === 404">Page not found!</h1>
<h1 class="heading" v-else>An error occurred!</h1>
<nav>
<ul class="site-nav">
<li class="site-nav__item"
@ -58,6 +58,7 @@ export default {
margin-bottom: 1em;
font-size: 2rem;
color: $color__accent-danger-700;
text-transform: none;
}
.site-nav {