We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2084bef commit 6bd3f93Copy full SHA for 6bd3f93
_layouts/default.html
@@ -51,8 +51,8 @@ <h2 class="appPrice">
51
</p>
52
</div>
53
<div class="downloadButtonsContainer">
54
- <a class="playStoreLink" href=""><img class="playStore" src="playstore.png"></a>
55
- <a class="appStoreLink" href=""><img class="appStore" src="appstore.png"></a>
+ <a class="playStoreLink" href=""><img class="playStore" src="assets/playstore.png"></a>
+ <a class="appStoreLink" href=""><img class="appStore" src="assets/appstore.png"></a>
56
57
58
{% include features.html %}
0 commit comments