Skip to content

Commit

Permalink
[UI]fix: the twitter icon to X (#1081)
Browse files Browse the repository at this point in the history
  • Loading branch information
sstraatemans committed Oct 18, 2023
1 parent 699e73b commit 659fff8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/thin-crews-complain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@kadena/react-ui': minor
---

change the twitter icon to X
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const Twitter: React.FC<SVGProps<SVGSVGElement>> = (
{...props}
>
<path
d="M2.75776 3.60413L9.92776 13.199L2.71248 21H4.33635L10.6533 14.1701L15.7573 21H21.2833L13.7099 10.8655L20.4259 3.60413H18.802L12.9844 9.89434L8.28385 3.60413H2.75776ZM5.14578 4.80125H7.68448L18.895 19.8027H16.3563L5.14578 4.80125Z"
fill="currentColor"
d="M22.46 6C21.69 6.35 20.86 6.58 20 6.69C20.88 6.16 21.56 5.32 21.88 4.31C21.05 4.81 20.13 5.16 19.16 5.36C18.37 4.5 17.26 4 16 4C13.65 4 11.73 5.92 11.73 8.29C11.73 8.63 11.77 8.96 11.84 9.27C8.27998 9.09 5.10998 7.38 2.99998 4.79C2.62998 5.42 2.41998 6.16 2.41998 6.94C2.41998 8.43 3.16998 9.75 4.32998 10.5C3.61998 10.5 2.95998 10.3 2.37998 10C2.37998 10 2.37998 10 2.37998 10.03C2.37998 12.11 3.85998 13.85 5.81998 14.24C5.45998 14.34 5.07998 14.39 4.68998 14.39C4.41998 14.39 4.14998 14.36 3.88998 14.31C4.42998 16 5.99998 17.26 7.88998 17.29C6.42998 18.45 4.57998 19.13 2.55998 19.13C2.21998 19.13 1.87998 19.11 1.53998 19.07C3.43998 20.29 5.69998 21 8.11998 21C16 21 20.33 14.46 20.33 8.79C20.33 8.6 20.33 8.42 20.32 8.23C21.16 7.63 21.88 6.87 22.46 6Z"
/>
</svg>
);
Expand Down

1 comment on commit 659fff8

@vercel
Copy link

@vercel vercel bot commented on 659fff8 Oct 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-ui – ./packages/libs/react-ui

react-ui-delta.vercel.app
react-ui.kadena.io
react-ui-kadena-js.vercel.app
react-ui-git-main-kadena-js.vercel.app

Please sign in to comment.