Add hmike.com credit to footer

This commit is contained in:
2026-06-27 18:41:18 -05:00
parent 8394b60bc2
commit 9a130be5e0
+5 -1
View File
@@ -119,7 +119,11 @@ export default function Footer() {
color: 'rgba(245,240,232,0.55)', color: 'rgba(245,240,232,0.55)',
}} }}
> >
© {new Date().getFullYear()} La Huasca. All rights reserved. © {new Date().getFullYear()} La Huasca. All rights reserved. Powered by{' '}
<a href="https://hmike.com" target="_blank" rel="noopener noreferrer" style={{ color: gold, textDecoration: 'none' }}>
hmike.com
</a>
</div> </div>
</footer> </footer>
); );