diff --git a/components/Footer.tsx b/components/Footer.tsx
index f9ed164..d2626eb 100644
--- a/components/Footer.tsx
+++ b/components/Footer.tsx
@@ -13,6 +13,7 @@ export default function Footer() {
+
diff --git a/components/social-icons/icons.tsx b/components/social-icons/icons.tsx
index af2416b..8f8256a 100644
--- a/components/social-icons/icons.tsx
+++ b/components/social-icons/icons.tsx
@@ -44,6 +44,14 @@ export function Twitter(svgProps: SVGProps) {
)
}
+export function X(svgProps: SVGProps) {
+ return (
+
+ )
+}
+
export function Youtube(svgProps: SVGProps) {
return (