diff --git a/components/Footer/footer.tsx b/components/Footer/footer.tsx
index 0c3003c65..853dad4b1 100644
--- a/components/Footer/footer.tsx
+++ b/components/Footer/footer.tsx
@@ -41,8 +41,14 @@ function Footer(): JSX.Element {
rel="noreferrer"
className="rounded-lg flex items-center justify-center hover:border-[#AD20E2] duration-150 ease-in-out"
data-test={`footer-${social.name}`}
+ aria-label={social.name}
>
-
+ {social.name}
+
);
})}