Skip to content

Commit

Permalink
Clean up unused whotracksme view from onboarding (#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
smalluban authored Dec 11, 2023
1 parent 7db1b88 commit a69220a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 50 deletions.
5 changes: 2 additions & 3 deletions packages/ui/src/modules/onboarding/views/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

import { define, html, msg, router } from 'hybrids';

import Whotracksme from './whotracksme.js';
import Privacy from './privacy.js';
import Skip from './skip.js';
import OutroSkip from './outro-skip.js';
Expand All @@ -21,7 +20,7 @@ const TERMS_AND_CONDITIONS_URL =
'https://www.ghostery.com/privacy/ghostery-terms-and-conditions?utm_source=gbe';

export default define({
[router.connect]: { stack: [Skip, Whotracksme, Privacy, OutroSkip] },
[router.connect]: { stack: [Skip, Privacy, OutroSkip] },
tag: 'ui-onboarding-main-view',
renew: false,
content: ({ renew }) => html`
Expand Down Expand Up @@ -58,7 +57,7 @@ export default define({
</div>
<ui-text underline>
${msg.html`
Information about web trackers will be shared in accordance with our
Information about web trackers will be shared in accordance with our
<a href="${router.url(Privacy)}">Privacy Policy</a>`}.
</ui-text>
<div layout="column gap">
Expand Down
47 changes: 0 additions & 47 deletions packages/ui/src/modules/onboarding/views/whotracksme.js

This file was deleted.

0 comments on commit a69220a

Please sign in to comment.