Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbabitski authored Nov 18, 2024
1 parent 2824b7f commit d9f8f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Apps/hsbc-demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<body>

<!-- App Logo -->
<img id="app-logo" src="" alt="Logo" class="logo">
<img id="app-logo" src="" alt="" class="logo">

<!-- App Title -->
<div id="app-title" class="app-title">HSBC Demo</div>
Expand Down Expand Up @@ -161,7 +161,7 @@

// Fetch the version when the page loads
document.addEventListener("DOMContentLoaded", () => {
fetchAppVersion("https://transmitsecurity.github.io/ios-demo-apps/Apps/hsbc-demo/manifest.plist", "app-version", "app-title", "app-description", "");
fetchAppVersion("https://transmitsecurity.github.io/ios-demo-apps/Apps/hsbc-demo/manifest.plist", "app-version", "app-title", "app-description", "app-logo");
});
</script>

Expand Down

0 comments on commit d9f8f15

Please sign in to comment.