clean code
This commit is contained in:
parent
ce9bcdc321
commit
377ed553b4
@ -1,7 +1,6 @@
|
|||||||
<script>
|
<script>
|
||||||
import ArrowLogo from "lucide-svelte/icons/move-up-right";
|
import ArrowLogo from "lucide-svelte/icons/move-up-right";
|
||||||
import SEO from "$lib/components/SEO.svelte";
|
import SEO from "$lib/components/SEO.svelte";
|
||||||
import BottomAds from "$lib/components/Adsense/BottomAds.svelte";
|
|
||||||
|
|
||||||
export let data;
|
export let data;
|
||||||
let discordURL = import.meta.env.VITE_DISCORD_URL;
|
let discordURL = import.meta.env.VITE_DISCORD_URL;
|
||||||
@ -148,10 +147,6 @@
|
|||||||
an API in the future.
|
an API in the future.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{#if !["Pro", "Plus"]?.includes(data?.user?.tier)}
|
|
||||||
<BottomAds />
|
|
||||||
{/if}
|
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user