Skip to content

Commit

Permalink
Ceck without including svg from import
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Jan 25, 2025
1 parent 97e7cfd commit d73cebb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 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 MM25Full from "/public/images/mmfr25-full.svg";
//import MMFRFull from "/public/images/mmfr25-full.svg";

const Hero = () => {
return (
Expand All @@ -20,7 +20,6 @@ const Hero = () => {
</Typography>
</div>
<div className="hidden md:flex flex-wrap justify-center gap-8">
<MM25Full/>
<CountdownTimer targetDate={new Date("2025-03-25T08:00:00")}/>
</div>
</div>
Expand Down

0 comments on commit d73cebb

Please sign in to comment.