add image
This commit is contained in:
@@ -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>
|
||||
© {new Date().getFullYear()} EDUSEG® Todos os direitos reservados.
|
||||
CNPJ15.608.435/0001-90
|
||||
© {year} EDUSEG® Todos os direitos reservados. CNPJ15.608.435/0001-90
|
||||
</Container>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user