Added footer with dmca and discord links.
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
<Header />
|
||||
|
||||
<div
|
||||
id="content"
|
||||
ref="content"
|
||||
class="content"
|
||||
>
|
||||
@@ -24,6 +25,8 @@
|
||||
/>
|
||||
|
||||
<slot @scroll="scroll" />
|
||||
|
||||
<Footer />
|
||||
</div>
|
||||
|
||||
<BottomNavigation
|
||||
@@ -56,6 +59,7 @@ import {
|
||||
import events from '#/src/events.js';
|
||||
|
||||
import Header from '#/components/header/header.vue';
|
||||
import Footer from '#/components/footer/footer.vue';
|
||||
import Sidebar from '#/components/sidebar/sidebar.vue';
|
||||
import BottomNavigation from '#/components/footer/navigation.vue';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user