Skip to content

Commit

Permalink
fix: image issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RamK777-stack committed May 18, 2024
1 parent 0dc0454 commit a310bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function Header() {
<div className='flex justify-between text-center bg-gray-950 text-white py-5 px-20'>
<div className='flex items-center space-x-4'>
<Image
src='./images/logo-2.jpg'
src='/images/logo-2.jpg'
className='rounded-lg h-10'
alt='logo'
/>
Expand Down

0 comments on commit a310bc6

Please sign in to comment.