a bit of stuff
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
import { html } from "@mastrojs/mastro";
|
||||
|
||||
export const Footer = () =>
|
||||
html`
|
||||
<footer>
|
||||
<div>
|
||||
Check us out
|
||||
<a href="https://github.com/mastrojs/mastro">on GitHub</a>.
|
||||
© ${new Date().getFullYear()}
|
||||
</div>
|
||||
</footer>
|
||||
`;
|
||||
export const Footer = () => html`
|
||||
<footer>
|
||||
<div>
|
||||
Made with
|
||||
<a href="https://github.com/mastrojs/mastro">Mastro</a> ©
|
||||
${new Date().getFullYear()}
|
||||
</div>
|
||||
</footer>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user