diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index c079902..8109e81 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -1,6 +1,7 @@
---
import Icon from 'astro-iconify'
import { footerLinks as links } from '../constants/links'
+import WebRings from './WebRings.astro'
const year = new Date().getFullYear()
---
@@ -27,6 +28,9 @@ const year = new Date().getFullYear()
))
}
+
+