Merge pull request #8066 from overleaf/ii-refactor-tooltip-usage-fix-2

Fix expand button tooltip text

GitOrigin-RevId: db19ce6c21bf1a83f38a60014bd0aa92e220ce40
This commit is contained in:
ilkin-overleaf 2022-05-20 16:31:38 +03:00 committed by Copybot
parent e0ab82e3d4
commit 1e22d17520

View file

@ -17,7 +17,7 @@ function PdfExpandButton() {
return (
<Tooltip
id="expand-pdf-btn"
description="text"
description={text}
overlayProps={{ placement: 'left' }}
>
<Button