We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66fc26e commit 4a94ab9Copy full SHA for 4a94ab9
components/footer.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <footer class="footer footer-center p-4 bg-base-300 text-base-content">
+ <footer class="footer footer-center mt-8 p-4 text-base-content">
3
<aside>
4
<p>Copyright © 2023 - All right reserved by Netervati</p>
5
</aside>
pages/docs/[...slug].vue
@@ -8,4 +8,5 @@
8
<section class="p-6">
9
<ContentDoc />
10
</section>
11
+ <Footer />
12
</template>
0 commit comments