meal_planner/components/AppFooter.vue
2024-12-15 01:18:08 +01:00

7 lines
188 B
Vue
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<footer class="footer footer-center p-4 bg-base-300 text-base-content">
<aside>
<p>Copyright &copy; 2024 - Made with </p>
</aside>
</footer>
</template>