+
+
+ Pangea
+
+
+ {settings.config.appName}
+
+
+ {appName ? `${appName} is using` : "This application uses"} the Pangea
+ identity system to improve your security and privacy in their
+ application
+
+
+ Learn more
+ {isMobile ? (
+
+ You will need to install United Citizen Wallet and create an account
+ to be able to complete your login
+
+ ) : (
+
+ You will need to install {settings.config.appName} and create an
+ account to be able to scan this QR code
+
+ )}
-
- It is open-source and maintained by the Tonomy Foundation.{" "}
-
- Learn more
-
-
-
+
+
-
+
{payload && (
-
+
Already have {settings.config.appName}?{" "}
Log in here
diff --git a/src/accounts/pages/Login.css b/src/accounts/pages/Login.css
index e0e49bce..cb979647 100644
--- a/src/accounts/pages/Login.css
+++ b/src/accounts/pages/Login.css
@@ -23,4 +23,49 @@
.margin-top {
margin-top: 2rem;
+}
+
+.app-text{
+ line-height: 1.3;
+<<<<<<< Updated upstream
+ font-size: 20px;
+=======
+ font-size: 19px;
+>>>>>>> Stashed changes
+ padding: 0rem 3.7rem;
+ letter-spacing: 0.03rem;
+}
+
+.learn-more {
+ color: #4CAF50;
+ line-height: 1.3;
+ font-size: 19px;
+ margin-bottom: 2rem;
+
+}
+
+.bottom-scan-text {
+ margin-top: 1rem;
+ line-height: 1.3;
+ font-size: 19px;
+ padding: 0rem 6.5rem;
+ letter-spacing: 0.03rem;
+}
+
+.app-link-color{
+ color: #4CAF50;
+}
+
+.get-assistance-btn{
+ margin-left: 1rem;
+ color: var(--primary);
+ background-color: var(--white);
+ border-radius: 0.6rem;
+ padding: .5rem 1.5rem;
+ border-color: var(--primary);
+ font-size: 1rem;
+ box-shadow: rgba(0, 0, 0, 0.288) 1px 1px 10px ;
+ font-weight: 500;
+ cursor: pointer;
+ transition: all .5s ease;
}
\ No newline at end of file
diff --git a/src/accounts/pages/Login.tsx b/src/accounts/pages/Login.tsx
index 6e381cff..84b31d76 100644
--- a/src/accounts/pages/Login.tsx
+++ b/src/accounts/pages/Login.tsx
@@ -27,7 +27,7 @@ import {
RequestsManager,
ResponsesManager,
} from "@tonomy/tonomy-id-sdk";
-import { TH3, TH4, TP } from "../../common/atoms/THeadings";
+import { TH2, TH3, TH4, TP } from "../../common/atoms/THeadings";
import TImage from "../../common/atoms/TImage";
import TProgressCircle from "../../common/atoms/TProgressCircle";
import settings from "../../common/settings";
@@ -448,7 +448,7 @@ export default function Login() {
src={settings.config.images.logo48}
alt={`${settings.config.appName} Logo`}
/>
- Login with {settings.config.appName}
+ Login with {settings.config.appName}
{(status === "connecting" || status === "app") && (
<>{username && {username}}>
)}
@@ -458,7 +458,7 @@ export default function Login() {
...styles.detailContainer,
}}
>
- {status === "qr" && }
+ {status === "qr" && }
{status === "connecting" && (
<>
@@ -495,9 +495,17 @@ export default function Login() {
)}
{status === "qr" && (
+
navigation("/download")}>
- {`Don't have ${settings.config.appName} yet?`}
+ {`Don't have ${settings.config.ecosystemName} yet?`}
+ navigation("/download")}
+ >
+ {`Get assistance`}
+
+
)}
{(status === "connecting" || status === "app") && (
<>
diff --git a/src/common/config/config.production.json b/src/common/config/config.production.json
index 9a1fabdd..003c7531 100644
--- a/src/common/config/config.production.json
+++ b/src/common/config/config.production.json
@@ -2,7 +2,7 @@
"themeFile": "theme.pangea.css",
"appLogoUrl": "/favicon.png",
"appName": "United Citizens Wallet",
- "ecosystemName": "Pangea",
+ "ecosystemName": "UCW",
"appSlogan": "For a Better Tomorrow",
"images": {
"logo48": "/pangea/favicon.png",
diff --git a/src/index.css b/src/index.css
index 61420014..3b034c38 100644
--- a/src/index.css
+++ b/src/index.css
@@ -43,4 +43,5 @@ code {
font-weight: 500;
cursor: pointer;
transition: all .5s ease;
-}
\ No newline at end of file
+}
+