Skip to content

Commit

Permalink
fix(signature-collection): remove tooltip (#16437)
Browse files Browse the repository at this point in the history
* fix(signature-collection): remove tooltip

* chore: nx format:write update dirty files

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: andes-it <builders@andes.is>
  • Loading branch information
3 people authored and kksteini committed Oct 16, 2024
1 parent d2b6984 commit 8d03c41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ export const PaperSignees = ({
<Text variant="h4" marginBottom={2}>
{formatMessage(m.paperSigneesHeader) + ' '}
<Tooltip
placement="right"
color="blue400"
placement="bottom"
text={formatMessage(m.paperSigneesTooltip)}
/>
</Text>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,7 @@ const OwnerView = ({
alignItems="baseline"
marginTop={[5, 10]}
>
<Text variant="h4">
{formatMessage(m.myListsDescription) + ' '}
<Tooltip
placement="right"
text={formatMessage(m.myListsInfo)}
color="blue400"
/>
</Text>
<Text variant="h4">{formatMessage(m.myListsDescription) + ' '}</Text>
{isListHolder &&
!loadingOwnerLists &&
listsForOwner?.length < currentCollection?.areas.length && (
Expand Down Expand Up @@ -210,9 +203,8 @@ const OwnerView = ({
<Text variant="h4">
{formatMessage(m.supervisors) + ' '}
<Tooltip
placement="right"
placement="bottom"
text={formatMessage(m.supervisorsTooltip)}
color="blue400"
/>
</Text>
</Box>
Expand Down

0 comments on commit 8d03c41

Please sign in to comment.