Fix lint errors for src/components/infobelowmain/index.tsx

This commit is contained in:
zeon-neon[bot] 2024-06-16 04:57:28 +00:00 committed by GitHub
parent 1410e7a79b
commit 98e9bc3d01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,22 +1,22 @@
import Icon from "../static/Icons"; import Icon from '../static/Icons'
export default function InfogramBelowMain() { export default function InfogramBelowMain () {
return <div className="mt-20 ml-20 container"> return <div className='mt-20 ml-20 container'>
<h1 className="ml-25 font-bold text-3xl"> <h1 className='ml-25 font-bold text-3xl'>
Some basic stuff about <span className="text-highlight">me</span> Some basic stuff about <span className='text-highlight'>me</span>
</h1> </h1>
<p> <p>
I started programming during the Covid Pandemic in 2020. I started programming during the Covid Pandemic in 2020.
<br /> <br />
<br />I am fluent in new like programming languages such as <br />I am fluent in new like programming languages such as
<i> <i>
<b className='text-highlight'> <b className='text-highlight'>
{' '} {' '}
<Icon icon="css"/> CSS , <Icon icon="html" /> HTML, <Icon icon="javascript" />Javascript and <Icon icon="typescript" />Typescript.{' '} <Icon icon='css' /> CSS , <Icon icon='html' /> HTML, <Icon icon='javascript' />Javascript and <Icon icon='typescript' />Typescript.{' '}
</b> </b>
</i> </i>
<br /> <br />
<br /> My field of Interest's are building new &nbsp; <br /> My field of Interest's are building new &nbsp;
<i> <i>
<b className='text-highlight '> <b className='text-highlight '>
Web Technologies and Products{' '} Web Technologies and Products{' '}
@ -26,10 +26,10 @@ export default function InfogramBelowMain() {
Backend Services, CLI Services Backend Services, CLI Services
</b> </b>
</i> </i>
<br /> <br />
<br /> <br />
Whenever possible, I also apply my passion for developing products Whenever possible, I also apply my passion for developing products
with <b className='text-highlight '><Icon icon="nodejs" /> Node.js</b> and with <b className='text-highlight '><Icon icon='nodejs' /> Node.js</b> and
<i> <i>
<b className='text-highlight '> <b className='text-highlight '>
{' '} {' '}
@ -38,9 +38,9 @@ export default function InfogramBelowMain() {
</i> </i>
&nbsp; like &nbsp; like
<i> <i>
<b className='text-highlight '> <Icon icon="reactjs" />React.js</b> <b className='text-highlight '> <Icon icon='reactjs' />React.js</b>
</i> </i>
</p> </p>
<br /> <br />
</div> </div>
} }