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 = () => {