Skip to content

Commit

Permalink
Update about.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Riki1200 authored Feb 23, 2025
1 parent b8cb121 commit a3ae6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const AboutPage = () => {
<div className='flex flex-col xl:flex-row-reverse'>
<div className='flex justify-center xl:w-2/5'>
<div className='flex w-3/5 justify-center items-center lg:w-9/12'>
<img className='rounded-xl bg-blue-500' src='/profile.png' width={230} height={230} loading='lazy' alt='Profile' />
<img className='rounded-xl bg-blue-500' src='/sit.svg' width={230} height={230} loading='lazy' alt='Profile' />
</div>
</div>
<div className='flex flex-col justify-center text-gray-600 dark:text-white mt-2 font-custom xl:w-4/5'>
Expand Down

0 comments on commit a3ae6b5

Please sign in to comment.