mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
Change div to footer and add semicolon.
This commit is contained in:
parent
1dbcd5f915
commit
e096f1f084
@ -51,12 +51,12 @@
|
||||
|
||||
<Content class="theme-default-content custom"/>
|
||||
|
||||
<div
|
||||
<footer
|
||||
class="footer"
|
||||
v-if="data.footer"
|
||||
>
|
||||
{{ data.footer }}
|
||||
</div>
|
||||
</footer>
|
||||
</main>
|
||||
</template>
|
||||
|
||||
@ -65,7 +65,7 @@ import NavLink from '@parent-theme/components/NavLink.vue';
|
||||
|
||||
import axios from 'axios';
|
||||
|
||||
const RELEASE_URL = 'https://api.github.com/repos/inorichi/tachiyomi/releases/latest'
|
||||
const RELEASE_URL = 'https://api.github.com/repos/inorichi/tachiyomi/releases/latest';
|
||||
|
||||
export default {
|
||||
components: { NavLink },
|
||||
|
Loading…
Reference in New Issue
Block a user