diff --git a/src/components/Header.astro b/src/components/Header.astro
index 56c8601..03b5ef0 100644
--- a/src/components/Header.astro
+++ b/src/components/Header.astro
@@ -1,4 +1,5 @@
---
+import { Icon } from 'astro-icon/components';
const navLinks = [
{ href: '/projects', label: 'Projects' },
{ href: '/webring', label: 'Webring' },
@@ -6,26 +7,45 @@ const navLinks = [
const path = Astro.url.pathname;
---
+