Skip to content

Commit

Permalink
build: change landing page img src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayobami6 committed Oct 28, 2023
1 parent 74b16ea commit 5681cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/Landing-Page/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import './style.css';
const Home = () => {
return (
<div className='home'>
<img src='src/assets/meetdev1.jpg' className='bg-img' />
<img src='/assets/meetdev1.jpg' className='bg-img' />
<div className='main'>
<p>
Are you a talented developer looking for your next career move? <br />{' '}
Expand Down

0 comments on commit 5681cf6

Please sign in to comment.