Skip to content

Commit

Permalink
remove node iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed May 25, 2024
1 parent 91fa94f commit 52b165f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/routes/support-us/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -148,17 +148,6 @@
class="break-all text-link transition-colors hover:text-hover"
>03ef01535d57cd3a3ddff8b4050650b278991b3eb7853f772a200079b9adb24988</a
>
{#if typeof window !== 'undefined'}
<iframe
title="Amboss Stats"
src="https://amboss.space/embed/node/info/03ef01535d57cd3a3ddff8b4050650b278991b3eb7853f772a200079b9adb24988?theme={detectTheme() ===
'dark' || $theme === 'dark'
? 'dark'
: 'light'}&noBackground=true"
width="100%"
class="h-[648px] md:h-[588px] lg:h-[271.5px]"
/>
{/if}
</div>
</section>
</main>
Expand Down

0 comments on commit 52b165f

Please sign in to comment.