Skip to content

Commit

Permalink
Merge pull request from /feature/router
Browse files Browse the repository at this point in the history
.svg 's routes repaired
  • Loading branch information
Pyments authored Jan 4, 2024
2 parents 8a6ef01 + 7fbf0dc commit 2761724
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Link } from "react-router-dom";
import "../style/components/Footer.scss";

import facebookIcon from "/AVASUS/src/assets/feather/facebook.svg";
import intagramIcon from "/AVASUS/src/assets/feather/instagram.svg";
import twitterIcon from "/AVASUS/src/assets/feather/twitter.svg";
import facebookIcon from "../assets/feather/facebook.svg";
import intagramIcon from "../assets/feather/instagram.svg";
import twitterIcon from "../assets/feather/twitter.svg";

function Footer() {
return (
Expand Down

0 comments on commit 2761724

Please sign in to comment.