Skip to content

Commit

Permalink
Try #3
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Jan 25, 2025
1 parent 7b1abbc commit 5435d2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Typography from "@/components/Typography/Typography";
import BackgroundImage from "@/components/BackgroundImage/BackgroundImage";
import CountdownTimer from "@/components/Countdown/Countdown"
import Container from "@/layouts/Container";
import MMFRFull from "../../public/images/mmfr25-full.svg";
import MMFRFull from "./mmfr25-full.svg";

const Hero = () => {
return (
Expand Down
8 changes: 4 additions & 4 deletions src/layouts/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import About from "@/components/About/About";
import Typography from "@/components/Typography/Typography";
import {List as FooterMenu} from "@/components/List/List";
import Container from "@/layouts/Container";
import FooterLogo from "../../public/images/logo_macaron.svg";
import HashtagMMFR from "../../public/images/mmfr2025-footer.svg";
import FooterPatternLeft from "../../public/images/footer_pattern_left.svg";
import FooterPatternRight from "../../public/images/footer_pattern_right.svg";
import FooterLogo from "./logo_macaron.svg";
import HashtagMMFR from "./mmfr2025-footer.svg";
import FooterPatternLeft from "./footer_pattern_left.svg";
import FooterPatternRight from "./footer_pattern_right.svg";
import {Content, ListItem} from "@/components/List/List.types";
import {FaLinkedinIn, FaYoutube} from "react-icons/fa";
import Link from "next/link";
Expand Down

0 comments on commit 5435d2b

Please sign in to comment.