diff --git a/src/components/widgets/SocialLink.astro b/src/components/widgets/SocialLink.astro
index fcf2d8d..204edd8 100644
--- a/src/components/widgets/SocialLink.astro
+++ b/src/components/widgets/SocialLink.astro
@@ -11,7 +11,7 @@ export interface Props {
const { icon, label, href, useButtonStyle } = Astro.props;
---
-
+
{label}