Add server overload warning

This commit is contained in:
2024-06-26 22:08:38 +02:00
parent 1200523fa6
commit f0db79cab1

View File

@@ -102,6 +102,15 @@ onMount(() => {
Get uBlock Origin Get uBlock Origin
</a> </a>
</div> </div>
{:else if ad_type === "overload"}
<div class="highlight_yellow" style="margin: 3px;">
Pixeldrain's server host is having network problems. In order to
ensure stability for our paying customers the free download limit
has been temporarily reduced to 3 GB
</div>
{/if} {/if}
<style> <style>