mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-26 16:34:20 +00:00
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:
parent
e0ab82e3d4
commit
1e22d17520
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ function PdfExpandButton() {
|
|||
return (
|
||||
<Tooltip
|
||||
id="expand-pdf-btn"
|
||||
description="text"
|
||||
description={text}
|
||||
overlayProps={{ placement: 'left' }}
|
||||
>
|
||||
<Button
|
||||
|
|
Loading…
Reference in a new issue