summary refs log tree commit diff
path: root/components/layout/Footer.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/Footer.tsx')
-rw-r--r--components/layout/Footer.tsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/components/layout/Footer.tsx b/components/layout/Footer.tsx
new file mode 100644
index 0000000..f18c60d
--- /dev/null
+++ b/components/layout/Footer.tsx
@@ -0,0 +1,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>
+  )
+}