Skip to content

Commit

Permalink
[Fix] Update Twitter link to X logo in SidebarLinks component
Browse files Browse the repository at this point in the history
  • Loading branch information
biliesilva committed Dec 19, 2024
1 parent 7da58d7 commit 8759b32
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,10 @@ export default observer(function SidebarLinks() {
className="sidebarLinkGradientWrapper "
onClick={() => handleExternalLink(window.api.openTwitterLink)}
>
<Tooltip {...tooltipProps} label="Twitter">
<Tooltip {...tooltipProps} label="X">
<div className="Sidebar__item">
<button>
<Images.Twitter fill={sidebarSvgUnselectedFill} />
<Images.XLogo fill={sidebarSvgUnselectedFill} />
</button>
</div>
</Tooltip>
Expand Down

0 comments on commit 8759b32

Please sign in to comment.