Remove greeting from intro

This commit is contained in:
Krem 2025-10-26 23:46:58 +01:00
parent 5ba25f8543
commit 3248627f5b
2 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ const { name, subtitle } = Astro.props;
<img src={profilePicture.src} alt="trueberryless" class="pfp" />
</a>
<div class="text">
<h1>Yo, I'm {name}!</h1>
<h1>{name}</h1>
<p class="subtitle">{subtitle}</p>
</div>
</div>