adds missing tooltip

This commit is contained in:
Alec Armbruster 2023-06-14 10:03:00 -04:00
parent 2b1af707c3
commit 99f81f8d63
No known key found for this signature in database
GPG key ID: 0BE3206ADE0F3B3B

View file

@ -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>