add image

This commit is contained in:
2025-04-17 12:18:47 -03:00
parent fd149ea2e9
commit 49cbcbb7cf
12 changed files with 21 additions and 17 deletions

View File

@@ -10,6 +10,7 @@ import { Menu } from '~/components/Menu'
import { ArrowLeftStartOnRectangleIcon } from '@heroicons/react/24/solid'
const { title } = Astro.props
const year = new Date().getFullYear()
---
<!doctype html>
@@ -55,8 +56,7 @@ const { title } = Astro.props
<footer class="py-6 text-white/70">
<Container>
&copy; {new Date().getFullYear()} EDUSEG&reg; Todos os direitos reservados.
CNPJ15.608.435/0001-90
&copy; {year} EDUSEG&reg; Todos os direitos reservados. CNPJ15.608.435/0001-90
</Container>
</footer>
</body>