Skip to content

Commit

Permalink
fix: update FeedbackButton custom tooltip content
Browse files Browse the repository at this point in the history
Signed-off-by: Rudraksh Tyagi <[email protected]>
  • Loading branch information
dragon-slayer875 committed May 4, 2024
1 parent 6ccd40f commit 4fb0178
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions src/custom/Feedback/FeedbackButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,8 @@ import {
StyledTextArea
} from './style';

const tooltipContent = (
<p>
Some account and system information may be sent to Layer5. We will use it to fix problems and
improve our services, subject to our{' '}
<StyledLink target="_blank" href="https://layer5.io/company/legal/privacy">
Privacy Policy
</StyledLink>{' '}
and{' '}
<StyledLink target="_blank" href="https://layer5.io/company/legal/terms-of-service">
Terms of Service
</StyledLink>
. We may email you for more information or updates.
</p>
);
const tooltipContent =
'Some account and system information may be sent to Layer5. We will use it to fix problems and improve our services, subject to our [Privacy Policy](https://layer5.io/company/legal/privacy) and [Terms of Service](https://layer5.io/company/legal/terms-of-service). We may email you for more information or updates.';

interface FeedbackDataItem {
icon: JSX.Element;
Expand Down

0 comments on commit 4fb0178

Please sign in to comment.