Skip to content

Commit

Permalink
content: changed Twitter to X (#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
gianvitofanelli authored Oct 18, 2023
1 parent 6cebd90 commit 890b6b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/list/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ const List = React.forwardRef(
onClick={onCopyLink}
/>
<ListItem
label="Condividi su Twitter"
label="Condividi su X"
icon={{ icon: "sprites.svg#it-twitter", ...iconProps }}
iconRight
isDropdown={isDropdown}
textLarge={textLarge}
simpleList={simpleList}
ariaLabel="Condividi su Twitter (si apre in una nuova finestra)"
ariaLabel="Condividi su X (si apre in una nuova finestra)"
url={`https://twitter.com/intent/tweet/?text=${currentTitle}&url=${currentUrl}`}
blank="true"
/>
Expand Down

0 comments on commit 890b6b2

Please sign in to comment.