Merge pull request #1269 from alectrocute/AA/missing-tooltip-from-post-listing
Add missing tooltip for `cross-post` button on `PostListing`
This commit is contained in:
commit
d3e01ac19d
1 changed files with 2 additions and 0 deletions
|
@ -835,6 +835,8 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
|
|||
search: "",
|
||||
}}
|
||||
title={i18n.t("cross_post")}
|
||||
data-tippy-content={i18n.t("cross_post")}
|
||||
aria-label={i18n.t("cross_post")}
|
||||
>
|
||||
<Icon icon="copy" inline />
|
||||
</Link>
|
||||
|
|
Loading…
Reference in a new issue