diff --git a/pages/index.js b/pages/index.js index 4f18df2..530544a 100644 --- a/pages/index.js +++ b/pages/index.js @@ -10,10 +10,10 @@ import { Button } from 'components/ui/button'; export default function Home() { return ( <> -
-
-
- docklogo +
+
+
+ truveralogo

@@ -21,7 +21,7 @@ export default function Home() {

-
+
{organizations.map((org, i) => (
@@ -30,7 +30,7 @@ export default function Home() { {org.name === 'Quotient' && ( -
+
diff --git a/pages/mdl.js b/pages/mdl.js index d941642..19aab10 100644 --- a/pages/mdl.js +++ b/pages/mdl.js @@ -205,10 +205,10 @@ function OID4VPProofRequest({ title, desc, proofRequestSetupObject, onPres, setE
-
-

{title}

+
+

{title}

{isVerified ? ( -
Verified!
+
Verified!
) : (
{proofRequest && proofRequest.qrUrlData && proofRequest.qrUrlData.url ? ( @@ -254,16 +254,18 @@ export default function Home() { return ( <> -
-
-
- docklogo -
-
+
+
+
+
+ truveralogo +

| MDL Demo

-

+

+
+

Use this page to test out mDL presentations.
Currently this page supports the Google Digital Credentials API implementation on @@ -271,12 +273,12 @@ export default function Home() {

-

+

-

+
-
-
Device Requirements
+
+
Device Requirements
  1. Android device
  2. Google Play services 23.40 (or later)
  3. @@ -295,8 +297,8 @@ export default function Home() {
-
-
Setup the Google IC Wallet
+
+
Setup the Google IC Wallet
  1. Download and install the apk from @@ -314,8 +316,8 @@ export default function Home() {
-
-
Test it out
+
+
Test it out
  1. Open Chrome on your Android device
  2. @@ -340,7 +342,7 @@ export default function Home() {
    -
    +
    -
    +
    {error &&
    Error: {error}
    } {res ? (
    diff --git a/pages/openid.js b/pages/openid.js
    index 85ce810..67988a4 100644
    --- a/pages/openid.js
    +++ b/pages/openid.js
    @@ -200,10 +200,10 @@ function OID4VPProofRequest({ title, desc, proofRequestSetupObject }) {
       return (
         
    -
    -

    {title}

    +
    +

    {title}

    {isVerified ? ( -
    +
    Verified!

    @@ -288,10 +288,10 @@ export default function Home() { return ( <> -
    -
    -
    - docklogo +
    +
    +
    + truveralogo

    @@ -299,11 +299,11 @@ export default function Home() {

    -
    +
    -
    -

    OID4VCI

    +
    +

    OID4VCI

    {credentialOffer ? ( @@ -324,8 +324,8 @@ export default function Home() {
    -
    -

    OID4VCI (no auth)

    +
    +

    OID4VCI (no auth)

    {credentialOfferNoAuth ? ( @@ -359,7 +359,7 @@ export default function Home() {
    -
    +
    diff --git a/public/truveralogoblack.png b/public/truveralogoblack.png new file mode 100644 index 0000000..356955a Binary files /dev/null and b/public/truveralogoblack.png differ