diff --git a/apps/page/components/social-icons.component.tsx b/apps/page/components/social-icons.component.tsx index e7e45f9..9d3aeaa 100644 --- a/apps/page/components/social-icons.component.tsx +++ b/apps/page/components/social-icons.component.tsx @@ -1,7 +1,7 @@ export const TwitterIcon = (props: any) => { return ( - + ); }; diff --git a/apps/web/components/page-settings/social-links.tsx b/apps/web/components/page-settings/social-links.tsx index 3abdc9e..97f0ce5 100644 --- a/apps/web/components/page-settings/social-links.tsx +++ b/apps/web/components/page-settings/social-links.tsx @@ -8,7 +8,7 @@ import { InlineErrorMessage } from "../forms/notification.component"; const SOCIAL_KEY_TO_LABEL = { product_url: "Link for Page Title/Logo", facebook_url: "Facebook URL", - twitter_url: "Twitter URL", + twitter_url: "X URL", github_url: "GitHub URL", instagram_url: "Instagram URL", youtube_url: "YouTube URL",