diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 6abb878..54df5d9 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -7,7 +7,7 @@ name: Deploy Next.js site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["github-actions"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/src/components/Hero/Hero.tsx b/src/components/Hero/Hero.tsx index b272032..f6d7548 100644 --- a/src/components/Hero/Hero.tsx +++ b/src/components/Hero/Hero.tsx @@ -3,7 +3,6 @@ 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"; const Hero = () => { return ( @@ -20,7 +19,6 @@ const Hero = () => {
-
diff --git a/src/layouts/Footer/Footer.tsx b/src/layouts/Footer/Footer.tsx index 58886fd..6da7247 100644 --- a/src/layouts/Footer/Footer.tsx +++ b/src/layouts/Footer/Footer.tsx @@ -3,10 +3,6 @@ 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 {Content, ListItem} from "@/components/List/List.types"; import {FaLinkedinIn, FaYoutube} from "react-icons/fa"; import Link from "next/link"; @@ -109,8 +105,6 @@ const Footer = () => {
- -
@@ -135,8 +129,6 @@ const Footer = () => {
- -