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 ( <> -
{title}
+{title}
{isVerified ? ( -+
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() {
+
{title} {title} OID4VCI OID4VCI OID4VCI (no auth) OID4VCI (no auth)
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 (
@@ -288,10 +288,10 @@ export default function Home() {
return (
<>
-
@@ -299,11 +299,11 @@ export default function Home() {