This commit is contained in:
2020-10-06 17:31:19 +00:00
parent 85138a3b27
commit d9a7debf83
9 changed files with 67 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
<v-row justify-center>
<v-col cols="12">
<div class="text-center">
<v-icon color="red" size="100">fa-dragon</v-icon>
<v-icon color="red" size="100">$ayiDragon</v-icon>
<div class="headline mt-8">
{{ msg }}
</div>
@@ -38,7 +38,7 @@ export default {
//set the title of the window
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-dragon",
icon: "$ayiDragon",
title: "404 - " + notFoundTranslated
});
}