diff --git a/src/Popup/Components/FooterLink.tsx b/src/Popup/Components/FooterLink.tsx
index c18409a..a9c70c2 100644
--- a/src/Popup/Components/FooterLink.tsx
+++ b/src/Popup/Components/FooterLink.tsx
@@ -1,4 +1,4 @@
-import { Box, Link } from 'theme-ui'
+import { Box } from 'theme-ui'
const FooterLink = () => {
return (
@@ -11,30 +11,8 @@ const FooterLink = () => {
bottom: '0',
}}
>
-
- Vytal does not change your IP address. To change your IP you will need a
- VPN such as{' '}
-
-
- NordVPN
- {' '}
- or{' '}
-
- ProtonVPN
-
- .
+ Vytal does not change your IP address. To change your IP address you will
+ need a VPN or proxy.
)
}
diff --git a/src/Popup/Pages/SettingsPage/index.tsx b/src/Popup/Pages/SettingsPage/index.tsx
index 7864ce4..d5a5d42 100644
--- a/src/Popup/Pages/SettingsPage/index.tsx
+++ b/src/Popup/Pages/SettingsPage/index.tsx
@@ -45,7 +45,7 @@ const SettingsPage = ({ tab }: SystemPageProps) => {
.
-
+ {/*
Vytal utilizes the debugger API to spoof data which is completely
undetectable. Other similar extensions rely on{' '}
{
inferior script tag injections
.
-
+ */}
You can test and compare Vytal and other spoofing extensions on{' '}
diff --git a/src/Popup/Pages/UserAgentPage/index.tsx b/src/Popup/Pages/UserAgentPage/index.tsx
index b01a36c..e16af29 100644
--- a/src/Popup/Pages/UserAgentPage/index.tsx
+++ b/src/Popup/Pages/UserAgentPage/index.tsx
@@ -178,7 +178,6 @@ const UserAgentPage = ({ tab }: UserAgentPageProps) => {
onChange={changeTextInput}
mb="12px"
/>
-
)
}
diff --git a/src/Popup/Popup.tsx b/src/Popup/Popup.tsx
index 03de210..46e7c1e 100644
--- a/src/Popup/Popup.tsx
+++ b/src/Popup/Popup.tsx
@@ -16,7 +16,7 @@ const Popup = () => {