diff --git a/components/Icon.tsx b/components/Icon.tsx
index d67c12f..367d00c 100644
--- a/components/Icon.tsx
+++ b/components/Icon.tsx
@@ -3,7 +3,7 @@ enum IconSet {
Twitter,
GitHub,
YouTube,
- MessageSquare,
+ Discord,
}
type iconprops = {
@@ -39,76 +39,67 @@ const Icon = ({ icon, width, height, ...props }: iconprops) => {
);
case IconSet.Twitter:
+ // twitter icon courtesy of simpleicons.org
return (
);
case IconSet.GitHub:
+ // github icon courtesy of simpleicons.org
return (
);
case IconSet.YouTube:
+ // youtube icon courtesy of simpleicons.org
return (
);
- case IconSet.MessageSquare:
+ case IconSet.Discord:
+ // discord icon courtesy of simpleicons.org
return (
);
}
diff --git a/pages/index.tsx b/pages/index.tsx
index 0c1ca62..ffcb1fe 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -53,7 +53,7 @@ const PageIndex = () => {
- discord
+ discord
youtube