Skip to content

Commit

Permalink
18
Browse files Browse the repository at this point in the history
  • Loading branch information
bobgus39 committed Jan 16, 2024
1 parent b038d97 commit 301ecb3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Body.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function Body() {
<button className="btnCart">Ver panes</button>
</NavLink>
</div>
<img src="../../img/portada.png" alt="panetone"></img>
<img src="../../marielWebPage/img/portada.png" alt="panetone"></img>
</div>
<div className="contact">
<p>Ponte en contanto</p>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function Header() {
<NavLink to="/marielWebPage">
<img
className="imgHeader"
src="../../img/mariuHeader.png"
src="../../marielWebPage/img/mariuHeader.png"
alt="Forn Mariu"
/>
</NavLink>
Expand Down
6 changes: 5 additions & 1 deletion src/components/WhatsappButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ const WhatsappButton = ({ phoneNumber, message }) => {
return (
<button className="btn" onClick={handleClick}>
{" "}
<img className="whatsapp" src="../../img/whatsapp.png" alt="whatsapp" />
<img
className="whatsapp"
src="../../marielWebPage/img/whatsapp.png"
alt="whatsapp"
/>
</button>
);
};
Expand Down

0 comments on commit 301ecb3

Please sign in to comment.