finished landing
This commit is contained in:
14
packages/website/src/components/app-footer.astro
Normal file
14
packages/website/src/components/app-footer.astro
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
import { HeartIcon } from "@heroicons/react/solid"
|
||||
import ExternalLink from "./external-link.astro"
|
||||
---
|
||||
|
||||
<footer class="container text-xs opacity-75">
|
||||
<address class="not-italic">
|
||||
© {new Date().getFullYear()} itsMapleLeaf
|
||||
</address>
|
||||
<p>
|
||||
Coded with <HeartIcon className="inline w-4 align-sub" /> using{" "}
|
||||
<ExternalLink class="link" href="https://astro.build">Astro</ExternalLink>
|
||||
</p>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user