Skip to content

Commit

Permalink
fix(tooltip): icone twitter x
Browse files Browse the repository at this point in the history
  • Loading branch information
keryanS committed Jun 12, 2024
1 parent fa3cac8 commit 7bfd0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/tooltip/example/sample/tooltip-list.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let share = {
tooltip: data
},
{
type: 'twitter',
type: 'twitter-x',
label: 'Partager sur Twitter',
url: `https://twitter.com/intent/tweet?url=${contentPlaceholder('url de la page')}&text=${contentPlaceholder('titre ou texte descriptif de la page')}&via=${contentPlaceholder('via')}&hashtags=${contentPlaceholder('hashtags')}`,
},
Expand Down

0 comments on commit 7bfd0cf

Please sign in to comment.