You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tempest.dev/app/Footer.tsx

10 lines
250 B
TypeScript

export default function Footer() {
return (
<footer>
<span>Website by Ashelyn Rose</span>
<a href="https://git.tempest.dev/ashe/tempest.dev">Site Source</a>
<a href="/pay-transparency">Pay Transparency</a>
</footer>
)
}