couple more fixes
All checks were successful
Build / build (push) Successful in 2m25s

This commit is contained in:
Nareshkumar Rao
2025-04-05 01:12:38 +02:00
parent f640afbcb1
commit 82ce4b345a
3 changed files with 25 additions and 20 deletions

View File

@ -1,16 +1,14 @@
/* eslint-disable react/no-unescaped-entities */
export default function About() {
return (
<>
so hey, i'm naresh!
so hey, i&apos;m naresh!
<br />
<br />
i'm an engineer and i love building things and tinkering on things.
i&apos;m an engineer and i love building things and tinkering on things.
<br />
<br /> i like going on runs and going for rides on my bike.
<br />
<br /> umm, maybe i'll write more here later.
<br /> umm, maybe i&apos;ll write more here later.
</>
);
}