Skip to content

Commit 1acb282

Browse files
committed
SDK-1039: Fix indentation in example project
1 parent 5a2c6b6 commit 1acb282

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

examples/index.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@
5050
<div class="yoti-store-buttons-section">
5151
<a href="https://itunes.apple.com/us/app/yoti/id983980808?ls=1&mt=8" class="yoti-app-button-link">
5252
<img
53-
src="assets/images/app-store-badge.png"
54-
srcset="assets/images/[email protected] 2x"
55-
alt="Download on the App Store"/>
53+
src="assets/images/app-store-badge.png"
54+
srcset="assets/images/[email protected] 2x"
55+
alt="Download on the App Store"/>
5656
</a>
5757

5858
<a href="https://play.google.com/store/apps/details?id=com.yoti.mobile.android.live" class="yoti-app-button-link">
5959
<img
60-
src="assets/images/google-play-badge.png"
61-
srcset="assets/images/[email protected] 2x"
62-
alt="Yoti" alt="get it on Google Play"/>
60+
src="assets/images/google-play-badge.png"
61+
srcset="assets/images/[email protected] 2x"
62+
alt="Yoti" alt="get it on Google Play"/>
6363
</a>
6464
</div>
6565
</section>
@@ -69,11 +69,11 @@
6969
<script>
7070
window.Yoti.Share.init({
7171
"elements": [{
72-
"domId": "yoti-share-button",
73-
"scenarioId": "<?php echo htmlspecialchars(getenv('YOTI_SCENARIO_ID')); ?>",
74-
"button": {
75-
"label": "Use Yoti"
76-
}
72+
"domId": "yoti-share-button",
73+
"scenarioId": "<?php echo htmlspecialchars(getenv('YOTI_SCENARIO_ID')); ?>",
74+
"button": {
75+
"label": "Use Yoti"
76+
}
7777
}]
7878
});
7979
</script>

0 commit comments

Comments
 (0)