Merge pull request #10146 from bivis/wordpress

LAW-8399
This commit is contained in:
bivis
2025-03-06 10:10:34 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ require_once 'inc/walker-nav-menu.php';
</div>
<div class="app-download">
<a target="_blank" href="https://apps.apple.com/us/app/livecarta/id1505717341" class="app-download" tabindex="0"><img width="120" height="35" loading="lazy" src="<?= get_theme_file_uri('/assets/img/app-store.png'); ?>" alt="App Store"></a>
<a target="_blank" href="https://play.google.com/store/apps/details?id=com.teqspring.apps.livecarta" class="app-download" tabindex="0"><img width="120" height="35" loading="lazy" src="<?= get_theme_file_uri('/assets/img/google-store.png'); ?>" alt="Play Store"></a>
<!--a target="_blank" href="https://play.google.com/store/apps/details?id=com.teqspring.apps.livecarta" class="app-download" tabindex="0"><img width="120" height="35" loading="lazy" src="<?= get_theme_file_uri('/assets/img/google-store.png'); ?>" alt="Play Store"></a-->
</div>
</div>
</div>

View File

@@ -65,7 +65,7 @@
<div class="app-download">
<div class="title">Download our app</div>
<a target="_blank" href="https://apps.apple.com/us/app/livecarta/id1505717341" class="app-download"><img src="<?= get_theme_file_uri('/assets/img/app-store.png'); ?>" alt=""></a>
<a target="_blank" href="https://play.google.com/store/apps/details?id=com.teqspring.apps.livecarta" class="app-download"><img src="<?= get_theme_file_uri('/assets/img/google-store.png'); ?>" alt=""></a>
<!--a target="_blank" href="https://play.google.com/store/apps/details?id=com.teqspring.apps.livecarta" class="app-download"><img src="<?= get_theme_file_uri('/assets/img/google-store.png'); ?>" alt=""></a-->
</div>
<?php endif;?>