diff --git a/src/components/external-link.astro b/src/components/external-link.astro
index 82f30d8..01105cf 100644
--- a/src/components/external-link.astro
+++ b/src/components/external-link.astro
@@ -1,12 +1,20 @@
---
-const { ariaLabel, cssClass, href } = Astro.props;
+import type { HTMLAttributes } from "astro/types";
+
+interface Props extends HTMLAttributes<"a"> {
+ cssClass: string;
+ href: string;
+ title: string;
+}
+
+const { cssClass, href, title } = Astro.props;
---
aka Alec the zebra aka Alec the zebraf1r3w4rr10r
-
- A zebra from Germany – (Web-)dev by day, furry, gamer and game master - by night -
-A zebra from Germany
+(Web-)dev by day – furry, gamer and game master by night
+