diff --git a/src/components/Reclaim.tsx b/src/components/Reclaim.tsx
index 5524d2d..1784358 100644
--- a/src/components/Reclaim.tsx
+++ b/src/components/Reclaim.tsx
@@ -130,22 +130,42 @@ function ReclaimDemo({ onProofReceived }: SocialMedia) {
{/* Current Selected Icon */}
-
+
{social === "instagram" && (
-
+ <>
+
+ Instagram
+ >
)}
{social === "upwork" && (
-
+ <>
+
+ Upwork
+ >
)}
{social === "github" && (
-
+ <>
+
+ Github
+ >
)}
{social === "linkedin" && (
-
+ <>
+
+ Linkedin
+ >
+ )}
+ {social === "x" && (
+ <>
+
+ Twitter
+ >
)}
- {social === "x" && }
{social === "youtube" && (
-
+ <>
+
+ Youtube
+ >
)}
{social === "spotify" && (
@@ -159,6 +179,7 @@ function ReclaimDemo({ onProofReceived }: SocialMedia) {
>
+