mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-24 13:43:43 +00:00
Fix lint errors for src/components/infobelowmain/index.tsx
This commit is contained in:
parent
1410e7a79b
commit
98e9bc3d01
1 changed files with 19 additions and 19 deletions
|
@ -1,9 +1,9 @@
|
||||||
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.
|
||||||
|
@ -12,7 +12,7 @@ export default function InfogramBelowMain() {
|
||||||
<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 />
|
||||||
|
@ -29,7 +29,7 @@ export default function InfogramBelowMain() {
|
||||||
<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,7 +38,7 @@ export default function InfogramBelowMain() {
|
||||||
</i>
|
</i>
|
||||||
like
|
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 />
|
||||||
|
|
Loading…
Reference in a new issue