Skip to content

Commit 3215a53

Browse files
committed
update dynamic share button config
1 parent c75627c commit 3215a53

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

examples/yoti_example_django/yoti_example/templates/dynamic-share.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,12 @@ <h3 class="yoti-sponsor-app-header">The Yoti app is free to download and use:</h
7070
"clientSdkId": "{{ yoti_client_sdk_id }}",
7171
"shareUrl": "{{ yoti_share_url }}",
7272
"button": {
73-
"label": "Use Yoti"
74-
}
73+
"label": "Use Yoti",
74+
"align": "center",
75+
"width": "auto",
76+
"verticalAlign": "top"
77+
},
78+
"type": "modal"
7579
}]
7680
});
7781
</script>

0 commit comments

Comments
 (0)