From 99f81f8d638d2976178ba71c66fa3ba069912b96 Mon Sep 17 00:00:00 2001 From: Alec Armbruster Date: Wed, 14 Jun 2023 10:03:00 -0400 Subject: [PATCH] adds missing tooltip --- src/shared/components/post/post-listing.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index f1f06c5..d5fc785 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -835,6 +835,8 @@ export class PostListing extends Component { search: "", }} title={i18n.t("cross_post")} + data-tippy-content={i18n.t("cross_post")} + aria-label={i18n.t("cross_post")} > -- 2.44.1