Fixed "Download More" button

This commit is contained in:
AaronBenDaniel
2024-07-27 17:27:40 -04:00
parent 85bc4609c2
commit 620ad6afff
+4 -1
View File
@@ -194,7 +194,10 @@
>, where we release features early and discuss updates. >, where we release features early and discuss updates.
</p> </p>
</div> </div>
<a href="/" class="btn btn-outline btn-lg mt-10">Download More</a> <a
on:click={() => (window.location.href = window.location.href)}
class="btn btn-outline btn-lg mt-10">Download More</a
>
</div> </div>
{/if} {/if}
</div> </div>