Colocada os footers corretos nas views

This commit is contained in:
Caio1w
2025-10-29 20:03:17 -03:00
parent 18c36f366d
commit f2a26ef662
2 changed files with 5 additions and 6 deletions

View File

@@ -37,16 +37,13 @@
</div>
<!-- FOOTER SIMPLES -->
<footer class="bg-primary-dark text-white-50 py-3 mt-5">
<div class="container-fluid text-center small">
&copy; {{ new Date().getFullYear() }} CtrlCash. Todos os direitos reservados.
</div>
</footer>
<FooterPublic />
</div>
</template>
<script setup>
import HeaderPublic from '@/components/HeaderPublic.vue';
import FooterPublic from '@/components/FooterPublic.vue'
import HeaderPublic from '@/components/HeaderPublic.vue'
</script>
<style scoped>