Skip to content

Commit ad8d0b8

Browse files
committed
refactor(Footer): move default footer to the template
1 parent cd87bbb commit ad8d0b8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/containers/DefaultContainer.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@
4949
</div>
5050
<TheFooter>
5151
<!--footer-->
52+
<div>
53+
<a href="https://coreui.io">CoreUI</a>
54+
<span>&copy; 2018 creativeLabs.</span>
55+
</div>
56+
<div class="ml-auto">
57+
<span>Powered by</span>
58+
<a href="https://coreui.io">CoreUI for Vue</a>
59+
</div>
5260
</TheFooter>
5361
</div>
5462
</template>

0 commit comments

Comments
 (0)