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,9 +1,9 @@
import Icon from "../static/Icons";
import Icon from '../static/Icons'
export default function InfogramBelowMain () {
return <div className="mt-20 ml-20 container">
<h1 className="ml-25 font-bold text-3xl">
Some basic stuff about <span className="text-highlight">me</span>
return <div className='mt-20 ml-20 container'>
<h1 className='ml-25 font-bold text-3xl'>
Some basic stuff about <span className='text-highlight'>me</span>
</h1>
<p>
I started programming during the Covid Pandemic in 2020.
@ -12,7 +12,7 @@ export default function InfogramBelowMain() {
<i>
<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>
</i>
<br />
@ -29,7 +29,7 @@ export default function InfogramBelowMain() {
<br />
<br />
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>
<b className='text-highlight '>
{' '}
@ -38,7 +38,7 @@ export default function InfogramBelowMain() {
</i>
&nbsp; like
<i>
<b className='text-highlight '> <Icon icon="reactjs" />React.js</b>
<b className='text-highlight '> <Icon icon='reactjs' />React.js</b>
</i>
</p>
<br />