Colocada os footers corretos nas views
This commit is contained in:
		@@ -49,10 +49,12 @@
 | 
			
		||||
                </div>
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
        <FooterPublic />
 | 
			
		||||
    </div>
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<script setup>
 | 
			
		||||
    import FooterPublic from '@/components/FooterPublic.vue'
 | 
			
		||||
    import HeaderPublic from '@/components/HeaderPublic.vue';
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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">
 | 
			
		||||
                © {{ 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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user