fix(frontend): Download more button (#12 - @AaronBenDaniel)

* Fixed "Download More" button

* Revert "Fixed "Download More" button"

This reverts commit 620ad6afff.

* Reworked page reset

* fix(frontend): Download more button

---------

Co-authored-by: TheOnlyWayUp <hi@towu.dev>
This commit is contained in:
AaronBenDaniel
2024-08-31 04:26:54 -04:00
committed by GitHub
parent 85bc4609c2
commit 232795b050
+7 -1
View File
@@ -194,7 +194,13 @@
>, where we release features early and discuss updates.
</p>
</div>
<a href="/" class="btn btn-outline btn-lg mt-10">Download More</a>
<button
on:click={() => {
after_download_page = false;
raw_story_id = "";
}}
class="btn btn-outline btn-lg mt-10">Download More</button
>
</div>
{/if}
</div>