Skip to content

Commit

Permalink
25
Browse files Browse the repository at this point in the history
  • Loading branch information
bobgus39 committed Jan 16, 2024
1 parent 7f9bb20 commit c0908fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Header.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useEffect, useState } from "react";
import "./Header.css";
import { NavLink, useLocation } from "react-router-dom";
import ImgHeader from "../../marielWebPage/img/mariuHeader.png";
import ImgHeader from "../../img/mariuHeader.png";

function Header() {
const [menu, setMenu] = useState(true);
Expand Down
2 changes: 1 addition & 1 deletion src/components/WhatsappButton.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import Whatsapp from "../../marielWebPage/img/whatsapp.png";
import Whatsapp from "../../img/whatsapp.png";
const WhatsappButton = ({ phoneNumber, message }) => {
const handleClick = () => {
const whatsappLink = `https://wa.me/${phoneNumber}?text=${encodeURIComponent(
Expand Down

0 comments on commit c0908fc

Please sign in to comment.