Skip to content

Commit 39a2b50

Browse files
committed
p -> div
1 parent b075ad0 commit 39a2b50

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@ export default function Home() {
2828
<ModeToggle />
2929
</div>
3030

31-
<p className="leading-7 [&:not(:first-child)]:mt-3">
31+
<div className="leading-7 [&:not(:first-child)]:mt-3">
3232
I'm a software engineer who loves spending time with my dog Mango, exploring the world, taking{" "}
3333
<Link className="font-semibold text-primary underline underline-offset-4 leading-7"
3434
href="/photography">pictures</Link>, and other things.
35-
</p>
36-
<p className="leading-7 [&:not(:first-child)]:mt-3">
35+
</div>
36+
<div className="leading-7 [&:not(:first-child)]:mt-3">
3737
I'm currently working at{" "}
3838
<LinkPreview
3939
className="font-semibold text-primary underline underline-offset-4 leading-7"
4040
url="https://www.a37.ai"
4141
>
4242
a37
4343
</LinkPreview>, the applied AI lab reimagining DevOps.
44-
</p>
44+
</div>
4545
</section>
4646

4747
{/* <section className="w-full flex flex-col items-start mb-8">

0 commit comments

Comments
 (0)