I forgot to add <slot>

This commit is contained in:
BOTAlex 2025-01-14 02:57:49 +01:00
parent 1dffd47bc1
commit 6bb351e2bd
1 changed files with 1 additions and 4 deletions

View File

@ -14,10 +14,7 @@
{#if !isSnorre}
<div class="developersProfile {isSnorre ? "isSnorre" : ""} pl-4 font-mono">
<NameAndTag name={name} tags={tags} isMobile={isMobile}/>
<span>
<p>Hi, I am Alex/Zhen, {@html !isMobile ? "" : "<br/>"} I'm that chinese guy.</p>
<p>Here's my CV: <a href="/zhen/cv/rev2?hideOnPrint=1" style="color:lightblue;">pdf</a></p>
</span>
<slot/>
<MobileTags tags={tags} isMobile={isMobile}/>
</div>
{:else}