Skip to content

Commit 4a94ab9

Browse files
committed
Fix footer and add to docs
1 parent 66fc26e commit 4a94ab9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<footer class="footer footer-center p-4 bg-base-300 text-base-content">
2+
<footer class="footer footer-center mt-8 p-4 text-base-content">
33
<aside>
44
<p>Copyright © 2023 - All right reserved by Netervati</p>
55
</aside>

pages/docs/[...slug].vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
<section class="p-6">
99
<ContentDoc />
1010
</section>
11+
<Footer />
1112
</template>

0 commit comments

Comments
 (0)