Skip to content

Commit

Permalink
Merge pull request #19 from Eduardo-Pyment/feature/header
Browse files Browse the repository at this point in the history
Repaired imports on header
  • Loading branch information
Pyments authored Jan 4, 2024
2 parents 8e9b332 + 0a30abe commit 7586a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MainHeader.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import "../style/components/MainHeader.scss";
import { Link } from "react-router-dom";

import logoSmall from "/AVASUS/src/assets/images/logo-small.png"
import logoSmall from "../assets/images/logo-small.png"

const MainHeader = () => {
return (
Expand Down

0 comments on commit 7586a28

Please sign in to comment.