Skip to content

Commit

Permalink
23
Browse files Browse the repository at this point in the history
  • Loading branch information
bobgus39 committed Jan 16, 2024
1 parent bf0af3d commit f3946ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Body.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Modal from "./Modal";
import "./Body.css";
import { NavLink } from "react-router-dom";
import WhatsappButton from "./WhatsappButton";

import Portada from "../../img/portada.png";
function Body() {
return (
<main>
Expand All @@ -15,7 +15,7 @@ function Body() {
<button className="btnCart">Ver panes</button>
</NavLink>
</div>
<img src="../../img/portada.png" alt="panetone"></img>
<img src={Portada} alt="panetone"></img>
</div>
<div className="contact">
<p>Ponte en contanto</p>
Expand Down

0 comments on commit f3946ab

Please sign in to comment.