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} {#if !isSnorre}
<div class="developersProfile {isSnorre ? "isSnorre" : ""} pl-4 font-mono"> <div class="developersProfile {isSnorre ? "isSnorre" : ""} pl-4 font-mono">
<NameAndTag name={name} tags={tags} isMobile={isMobile}/> <NameAndTag name={name} tags={tags} isMobile={isMobile}/>
<span> <slot/>
<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>
<MobileTags tags={tags} isMobile={isMobile}/> <MobileTags tags={tags} isMobile={isMobile}/>
</div> </div>
{:else} {:else}