How is my data secured?
- First, your data is end-to-end encrypted using AES-256 algorithm (which was, by the
+ Your data is end-to-end encrypted using AES-256 algorithm (which was, by the
way,
approved by the NSA for encrypting top secret information).
While the encryption key is symmetric (meaning it can be used for both encryption and decryption),
- since the key is never send through the network, it can be only intercepted using spyware,
+ since the key is never sent through the network, it can be only intercepted using spyware,
or by someone who is standing right behind you.
@@ -66,7 +66,7 @@ export default function QnaDialog(): ReactElement
- How do I know if you are lying?
+ How do I know if you are telling the truth?We have released souce code for each component of this service on GitHub,
so every aspect of the system, and every future change can be viewed and verified by anyone.
diff --git a/src/pages/StartPage.styles.ts b/src/pages/StartPage.styles.ts
index 6f57199..fc40155 100644
--- a/src/pages/StartPage.styles.ts
+++ b/src/pages/StartPage.styles.ts
@@ -71,12 +71,6 @@ export const useStyles = makeStyles({
opacity: "0",
pointerEvents: "none"
},
- u24_icon:
- {
- height: "unset",
- width: "unset",
- marginRight: tokens.spacingHorizontalMNudge
- },
footer:
{
display: "flex",
diff --git a/src/pages/StartPage.tsx b/src/pages/StartPage.tsx
index 49e6603..77e4875 100644
--- a/src/pages/StartPage.tsx
+++ b/src/pages/StartPage.tsx
@@ -6,7 +6,6 @@ import { useStyles } from "./StartPage.styles";
import { QRCodeSVG } from "qrcode.react";
import MetaTitle from "../utils/MetaTitle";
import useConnection from "../utils/useConnection";
-import StandWithUkraine from "../assets/StandWithUkraine.svg";
import AboutDialog from "../dialogs/AboutDialog";
import DownloadDialog from "../dialogs/DownloadDialog";
import QnaDialog from "../dialogs/QnaDialog";
@@ -80,12 +79,6 @@ export default function StartPage(): ReactElement
4. Copy and paste your info on a login page
- } }
- >
- #StandWithUkraine
-
-