MohGovIL / Ramzor

https://corona.health.gov.il/en/ramzor-model
Creative Commons Zero v1.0 Universal
20 stars 11 forks source link

Download Ramzor app images link to hamgen app instead #3

Closed emanuelb closed 3 years ago

emanuelb commented 3 years ago

Visiting: https://corona.health.gov.il/en/ramzor-model#footer

At the bottom near Download "Ramzor" App have 2 images for downloading the app from Google Play and App Store, but clicking the images will open the download page for hamagen app instead. here the related html code:

                    <div class="d-md-flex col-md-8 align-items-center">
                        <p class="app-text">Download &quot;Ramzor&quot; App</p>

                            <div class="d-inline-block app-image">
                                <a href="https://play.google.com/store/apps/details?id=com.hamagen" target="_blank" aria-label="Open in new window">
                                    <img src="/media/pemkaxwk/artboard-1-copy-2-3x.png?anchor=center&amp;mode=crop&amp;width=153&amp;height=46&amp;rnd=132482654581670000" alt="Download the HaMagen app from Google Play" class="img-fluid" />
                                </a>
                            </div>

                            <div class="d-inline-block app-image">
                                <a href="https://itunes.apple.com/us/app/id1503224314?ls=1&amp;mt=8" target="_blank" aria-label="Open in new window">
                                    <img src="/media/uhjkty0b/download-on-the-app-store-badge-us-uk-rgb-blk-092917-copy-2-3x.png?anchor=center&amp;mode=crop&amp;width=153&amp;height=46&amp;rnd=132482654487830000" alt="Download the HaMagen app from App Store" class="img-fluid" />
                                </a>
                            </div>

                    </div>
svetamorag commented 3 years ago

Fixed. Thank you!