summary refs log tree commit diff
path: root/app/Footer.tsx
blob: 49089b4dc3e7ac77c0f14e93c12fa22822fd2da7 (plain)
1
2
3
4
5
6
7
8
9
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>
  )
}