Skip to content

Commit

Permalink
tooltip progress
Browse files Browse the repository at this point in the history
  • Loading branch information
andracc committed Dec 18, 2024
1 parent f1012d9 commit 17b5582
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/UserSettings/UserSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,14 @@ export function UserSettings(props: {
></AnalyticsConsent>
) : null}
</Grid>
<Grid item>
<Tooltip
title={t("analyticsConsent.consentModal.description")}
placement={document.body.dir === "rtl" ? "left" : "right"}
>
<HelpOutline fontSize="small" />
</Tooltip>
</Grid>
</Grid>

<Grid item container justifyContent="flex-end">
Expand Down

0 comments on commit 17b5582

Please sign in to comment.