Skip to content

Commit f0be8f0

Browse files
committed
VDX-298: Do not show deeplink button on desktop browser. Remove logo from narrow screens for now because it looked corrupted.
1 parent 39c2ad2 commit f0be8f0

2 files changed

Lines changed: 0 additions & 60 deletions

File tree

packages/oid4vci-demo-frontend/src/configs/identity.banqup.json

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@
1919
"src": "banqup/logo.svg"
2020
},
2121
"mobile": {
22-
"logo": {
23-
"src": "banqup/logo.svg",
24-
"alt": "banqup",
25-
"width": 65,
26-
"height": 65
27-
},
2822
"backgroundColor": "#EFFFF5"
2923
},
3024
"rightPaneGrid": {
@@ -114,12 +108,6 @@
114108
"src": "banqup/logo.svg"
115109
},
116110
"mobile": {
117-
"logo": {
118-
"src": "banqup/logo.svg",
119-
"alt": "banqup",
120-
"width": 65,
121-
"height": 65
122-
},
123111
"backgroundColor": "#EFFFF5"
124112
}
125113
},
@@ -154,12 +142,6 @@
154142
"src": "banqup/logo.svg"
155143
},
156144
"mobile": {
157-
"logo": {
158-
"src": "banqup/logo.svg",
159-
"alt": "banqup",
160-
"width": 65,
161-
"height": 65
162-
},
163145
"backgroundColor": "#EFFFF5"
164146
},
165147
"form": [
@@ -238,12 +220,6 @@
238220
},
239221
"mobile": {
240222
"bottomParagraph": "mobile_right_pane_bottom_paragraph",
241-
"logo": {
242-
"src": "banqup/logo.svg",
243-
"alt": "banqup",
244-
"width": 65,
245-
"height": 65
246-
}
247223
}
248224
},
249225
"issueSuccess": {
@@ -262,12 +238,6 @@
262238
"rightPaneButtonHeight": "48px",
263239
"rightPaneButtonStepId": "toCompanyFlow",
264240
"mobile": {
265-
"logo": {
266-
"src": "bank/logo.svg",
267-
"alt": "bank",
268-
"width": 65,
269-
"height": 65
270-
}
271241
}
272242
}
273243
},

packages/oid4vci-demo-frontend/src/configs/legal-entity.banqup.json

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@
1919
"src": "banqup/logo.svg"
2020
},
2121
"mobile": {
22-
"logo": {
23-
"src": "banqup/logo.svg",
24-
"alt": "banqup",
25-
"width": 65,
26-
"height": 65
27-
},
2822
"backgroundColor": "#EFFFF5"
2923
},
3024
"rightPaneGrid": {
@@ -104,12 +98,6 @@
10498
"src": "banqup/logo.svg"
10599
},
106100
"mobile": {
107-
"logo": {
108-
"src": "banqup/logo.svg",
109-
"alt": "banqup",
110-
"width": 65,
111-
"height": 65
112-
},
113101
"backgroundColor": "#EFFFF5"
114102
}
115103
},
@@ -144,12 +132,6 @@
144132
"src": "banqup/logo.svg"
145133
},
146134
"mobile": {
147-
"logo": {
148-
"src": "banqup/logo.svg",
149-
"alt": "banqup",
150-
"width": 65,
151-
"height": 65
152-
},
153135
"backgroundColor": "#EFFFF5"
154136
},
155137
"form": [
@@ -222,12 +204,6 @@
222204
},
223205
"mobile": {
224206
"bottomParagraph": "mobile_right_pane_bottom_paragraph",
225-
"logo": {
226-
"src": "banqup/logo.svg",
227-
"alt": "banqup",
228-
"width": 65,
229-
"height": 65
230-
}
231207
}
232208
},
233209
"issueSuccess": {
@@ -246,12 +222,6 @@
246222
"rightPaneButtonHeight": "48px",
247223
"rightPaneButtonStepId": "toAccountFlow",
248224
"mobile": {
249-
"logo": {
250-
"src": "bank/logo.svg",
251-
"alt": "bank",
252-
"width": 65,
253-
"height": 65
254-
}
255225
}
256226
}
257227
},

0 commit comments

Comments
 (0)