feat(frontend): Added download more button to after download page

This commit is contained in:
TheOnlyWayUp
2024-06-25 18:23:25 +00:00
parent a346024970
commit c10b30470a
+2 -1
View File
@@ -1,7 +1,7 @@
<script>
let story_id = "";
let download_images = false;
let after_download_page = false;
let after_download_page = true;
</script>
<div>
@@ -97,6 +97,7 @@
>, where we release features early and discuss updates.
</p>
</div>
<a href="/" class="btn btn-outline btn-lg mt-10">Download More</a>
</div>
{/if}
</div>