Skip to content

Commit

Permalink
Removed geolocation permission
Browse files Browse the repository at this point in the history
  • Loading branch information
z0ccc committed Nov 9, 2022
1 parent 4f663f8 commit c4d68df
Show file tree
Hide file tree
Showing 21 changed files with 170 additions and 618 deletions.
Binary file added promo/logo-300.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added promo/logo-64.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added promo/opera-promo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 19 additions & 8 deletions src/Popup/Components/FooterLink.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
import { Link } from 'theme-ui'
import { Box, Link } from 'theme-ui'

const FooterLink = () => {
return (
<Link
variant="footer"
href={`https://go.nordvpn.net/aff_c?offer_id=15&aff_id=79520&url_id=902`}
target="_blank"
<Box
sx={{
color: 'text',
mb: '8px',
fontSize: '11px',
position: 'fixed',
bottom: '0',
}}
>
Vytal does not change your IP address. To change your IP you will need to
use a VPN such as{' '}
<Link
variant="footer"
href={`https://go.nordvpn.net/aff_c?offer_id=15&aff_id=79520&url_id=902`}
target="_blank"
>
Vytal does not change your IP address. To change your IP you will need a
VPN such as{' '}
</Link>
<Link
variant="hover"
href={`https://go.nordvpn.net/aff_c?offer_id=15&aff_id=79520&url_id=902`}
Expand All @@ -24,7 +34,8 @@ const FooterLink = () => {
>
ProtonVPN
</Link>
</Link>
.
</Box>
)
}

Expand Down
17 changes: 0 additions & 17 deletions src/Popup/Pages/AutofillPage/handleAutofillAddress.ts

This file was deleted.

147 changes: 0 additions & 147 deletions src/Popup/Pages/AutofillPage/index.tsx

This file was deleted.

55 changes: 0 additions & 55 deletions src/Popup/Pages/ConnectionPage/index.tsx

This file was deleted.

0 comments on commit c4d68df

Please sign in to comment.