Skip to content

Commit

Permalink
fix: changes to footer bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalCodes authored Feb 7, 2024
1 parent 7de8a6a commit 3771351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { ToastContainer, toast } from "react-toastify";
import "react-toastify/dist/ReactToastify.css";
import solidarity from "../../../assets/pictures/solidarity.png";
import { ReportProblem } from "../../../service/MilanApi";
import Modal from "../Modal/Modal";
import Modal from "../modal/Modal";
import Button from "../buttons/globalbutton/Button";
import "./Footer.css";

Expand Down

0 comments on commit 3771351

Please sign in to comment.