Add hmike.com credit to footer
This commit is contained in:
@@ -119,7 +119,11 @@ export default function Footer() {
|
||||
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>
|
||||
</footer>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user