diff --git a/.changeset/thin-crews-complain.md b/.changeset/thin-crews-complain.md new file mode 100644 index 0000000000..06a1da68f5 --- /dev/null +++ b/.changeset/thin-crews-complain.md @@ -0,0 +1,5 @@ +--- +'@kadena/react-ui': minor +--- + +change the twitter icon to X diff --git a/packages/libs/react-ui/src/components/Icon/System/svgs/Twitter.tsx b/packages/libs/react-ui/src/components/Icon/System/svgs/Twitter.tsx index 9149014d77..7f834e15d7 100644 --- a/packages/libs/react-ui/src/components/Icon/System/svgs/Twitter.tsx +++ b/packages/libs/react-ui/src/components/Icon/System/svgs/Twitter.tsx @@ -12,8 +12,8 @@ const Twitter: React.FC> = ( {...props} > );