diff --git a/src/custom/Feedback/FeedbackButton.tsx b/src/custom/Feedback/FeedbackButton.tsx
index b3bdeeea..9b2b5b5d 100644
--- a/src/custom/Feedback/FeedbackButton.tsx
+++ b/src/custom/Feedback/FeedbackButton.tsx
@@ -30,20 +30,8 @@ import {
StyledTextArea
} from './style';
-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
- {' '}
- and{' '}
-
- Terms of Service
-
- . We may email you for more information or updates.
-
-);
+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;