Skip to content

Commit

Permalink
devop: prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed May 28, 2024
1 parent b3e0281 commit 1f43f3b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enkryptcom/extension",
"version": "1.40.0",
"version": "1.40.1",
"private": true,
"scripts": {
"zip": "cd dist; zip -r release.zip *;",
Expand Down
22 changes: 16 additions & 6 deletions packages/extension/src/ui/onboard/user-analytics.vue
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
<template>
<div class="new-wallet">
<logo-big class="new-wallet__logo" />
<h3>Privacy<br />Data collection.</h3>
<p>random text about data collection</p>
<h3>
Privacy and<br />
Data collection.
</h3>
<p>We collect the following anonymous data about your use of Enkrypt:</p>
<p>
more text about data collection ore text about data collectionore text
about data collectionore text about data collectionore text about data
collectionore text about data collectionore text about data s
Blockchain, browser, operating system, session time, actions and page
views per visit, which we collect to enhance user experience with our
Services, and support our operations:
</p>
<p>
Choosing to decline anonymous data collection will have no impact on your
experience using the Enkrypt browser extension. Full details about the
anonymous data we collect and what we do with it are provided in our
<a href="https://www.myetherwallet.com/privacy-policy" target="_blank"
>Privacy Policy</a
>.
</p>

<div class="new-wallet__buttons">
Expand All @@ -25,7 +36,6 @@ import BaseButton from "@action/components/base-button/index.vue";
import SettingsState from "@/libs/settings-state";
import { optOutofMetrics } from "@/libs/metrics";
import { routes as cwalletRoutes } from "./create-wallet/routes";
// import { routes as rwalletRoutes } from "./restore-wallet/routes";
import { useRouter } from "vue-router";
const router = useRouter();
Expand Down

1 comment on commit 1f43f3b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.