From 709aa5e528b8f1c106ef854bbc8b428958b0944f Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Thu, 11 Dec 2025 02:30:55 +0000 Subject: [PATCH] chore: minor UI updates --- src/assets/StandWithUkraine.svg | 35 --------------------------------- src/dialogs/QnaDialog.tsx | 6 +++--- src/pages/StartPage.styles.ts | 6 ------ src/pages/StartPage.tsx | 7 ------- 4 files changed, 3 insertions(+), 51 deletions(-) delete mode 100644 src/assets/StandWithUkraine.svg diff --git a/src/assets/StandWithUkraine.svg b/src/assets/StandWithUkraine.svg deleted file mode 100644 index 158e540..0000000 --- a/src/assets/StandWithUkraine.svg +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/src/dialogs/QnaDialog.tsx b/src/dialogs/QnaDialog.tsx index 352e0cf..64e977d 100644 --- a/src/dialogs/QnaDialog.tsx +++ b/src/dialogs/QnaDialog.tsx @@ -46,11 +46,11 @@ export default function QnaDialog(): ReactElement
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 - -