diff --git a/Apps/hsbc-demo/index.html b/Apps/hsbc-demo/index.html index 2d4a4f7..71f5f8c 100644 --- a/Apps/hsbc-demo/index.html +++ b/Apps/hsbc-demo/index.html @@ -68,7 +68,7 @@ - +
HSBC Demo
@@ -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"); });