Skip to content

Commit

Permalink
Refactor image loading and update image elements in components
Browse files Browse the repository at this point in the history
  • Loading branch information
pranshu05 committed May 8, 2024
1 parent 724410f commit fc9eac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/about/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const AboutPage: React.FC = () => {
<h1 className="text-3xl font-bold text-zinc-100">About me!</h1>
</div>
<p>
<Image src='https://i.imgur.com/gyDSUsG.jpg' width={200} height={200} alt='me' className='float-right rounded-md grayscale ml-3'/>
<Image src='https://i.imgur.com/gyDSUsG.jpg' width={200} height={200} alt='me' className='sm:w-200 max-sm:w-full max-sm:float-start max-sm:mb-3 sm:float-right sm:ml-3 rounded-md grayscale'/>
Hey there! 👋🏻 I&apos;m Pranshu, a passionate full-stack developer and college fresher based in India. Currently working
on a few projects and pursuing B.Tech. in ICT from{' '}<a className="link" href="https://daiict.ac.in" target="_blank" rel="noopener noreferrer">DA-IICT</a>.
<br />
Expand Down

0 comments on commit fc9eac3

Please sign in to comment.