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 c6ec417a3c
commit 20bab12b8b

View File

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