Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make qr header bigger #21

Merged
merged 3 commits into from
Mar 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/qrcode/qr-auth.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const QrCodeAuthentication = ({ proofTemplateId, title = '', qrText = '', qrText
<>
{(qrText !== null && qrText !== '') && (
<div>
<p className='text-start font-semibold'>{qrText}</p>
<h2 className='text-2xl font-semibold mb-5'>{qrText}</h2>
</div>
)}

Expand Down
4 changes: 2 additions & 2 deletions data/qrcode-text-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const qrCodeVerificationData = {
qrTextAfter: 'You will be required to provide a biometric on your mobile device in order to receive these credentials.'
},
URBAN_BANKBIO: {
title: null,
qrText: 'Automate approval by using your mobile banking app to complete this form with verified information. Approval guaranteed with a credit score over 600.',
title: 'Automate approval by using your mobile banking app to complete this form with verified information. Approval guaranteed with a credit score over 600.',
qrText: 'Scan the QR code below with your Quotient mobile banking app.',
qrTextAfter: null
},
URBAN_CREDITSCORE: {
Expand Down
Loading