Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroneko6423 committed Sep 6, 2024
1 parent 915cd98 commit 304ad96
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@
sandbox="allow-scripts allow-same-origin allow-popups"
onload="iFrameResize([{log:false}],'.htframe')"
></iframe>
<iframe
class="htframe"
src="https://wl.hetrixtools.com/r/02c7c604850763c2672c148e80e27b78/"
width="100%"
scrolling="no"
style="border:none;"
sandbox="allow-scripts allow-same-origin allow-popups"
onload="iFrameResize([{log:false}],'.htframe')"
></iframe>
<iframe
class="htframe"
src="https://wl.hetrixtools.com/r/1b18e0894295267bbcb796abfc0e60c6/"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/nav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<img src={data.site.logo} class="h-8" alt={data.site.title} srcset="" />
{/if}
{#if data.site.title}
<span class="hidden text-[15px] font-bold md:inline-block lg:text-base">
<span class="hidden text-[15px] font-bold md:inline-block text-white lg:text-base">
{data.site.title}
</span>
{/if}
Expand Down

0 comments on commit 304ad96

Please sign in to comment.