fix: space missing between footer parts
This commit is contained in:
@@ -6,7 +6,7 @@ import { stripHTML } from '@lib/strings'
|
||||
<template>
|
||||
<footer>
|
||||
{{ stripHTML(TITLE) }} © {{ new Date().getFullYear() }}, <span v-html="COPYRIGHT"></span>
|
||||
<span v-if="FOOTER">| <span v-html="FOOTER"></span></span>
|
||||
| Made with <a :href="REPOSITORY">{{ NAME }} {{ VERSION }}</a>
|
||||
<span v-if="FOOTER"> | <span v-html="FOOTER"></span></span>
|
||||
| Made with <a :href="REPOSITORY">{{ NAME }} {{ VERSION }}</a>
|
||||
</footer>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user