Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mpcgt committed Mar 20, 2024
1 parent 38cce66 commit 421996d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function App() {
<>
<Navbar
brandName='Levetica'
imageSrcPath={imagePath}
imageSrcPath={imagePath}
navItems={items}
/>
<Text />
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function Text() {
<p>Aider les développeurs, débutants ou expérimentés, à trouver les outils et les langages de programmation les plus adaptés à leurs besoins.</p>
<br />
<div className='center'>
<img alt="Dev" height="250" width="500" src="./src/assets/images/dev.png" />
<img alt="Dev" height="250" width="500" src="./src/assets/images/dev.png" />
</div>
<br />
<h4><b><u>Comment ça fonctionne ?</u></b></h4>
Expand Down

0 comments on commit 421996d

Please sign in to comment.