diff --git a/src/components/SocialIconLink/index.tsx b/src/components/SocialIconLink/index.tsx index 9425ed3f..cea7b0d1 100644 --- a/src/components/SocialIconLink/index.tsx +++ b/src/components/SocialIconLink/index.tsx @@ -27,7 +27,7 @@ export default function SocialIconLink({ return ( - + {label} diff --git a/src/theme/Logo/index.tsx b/src/theme/Logo/index.tsx index 8b254c90..88977d88 100644 --- a/src/theme/Logo/index.tsx +++ b/src/theme/Logo/index.tsx @@ -9,7 +9,7 @@ export default function Logo() { return ( diff --git a/src/theme/Navbar/MobileSidebar/index.tsx b/src/theme/Navbar/MobileSidebar/index.tsx index 0ffaac72..d25cf534 100644 --- a/src/theme/Navbar/MobileSidebar/index.tsx +++ b/src/theme/Navbar/MobileSidebar/index.tsx @@ -16,7 +16,7 @@ function CloseButton() {