This commit is contained in:
g
2020-03-27 16:24:00 +03:00
parent b0fba19bee
commit 55fe47f23d
9 changed files with 2648 additions and 10 deletions

View File

@@ -63,11 +63,11 @@ require_once 'inc/walker-nav-menu.php';
</div>
</div>
</div>
<!-- <div class="app-download">
<div class="app-download">
<div class="title">Download our app</div>
<a target="_blank" href="#" class="app-download"><img src="img/app-store.png" alt=""></a>
<a target="_blank" href="#" class="app-download"><img src="img/google-store.png" alt=""></a>
</div> -->
<a target="_blank" href="#" class="app-download"><img src="<?= get_theme_file_uri('/assets/img/app-store.png'); ?>" alt=""></a>
<a target="_blank" href="#" class="app-download"><img src="<?= get_theme_file_uri('/assets/img/google-store.png'); ?>" alt=""></a>
</div>
</div>
</footer>