File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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">
You can’t perform that action at this time.
0 commit comments