Skip to content

Commit

Permalink
removing mlh sponsorship badge
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanfroggatt committed Jan 8, 2025
1 parent 618b94c commit 081376b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { client } from "@/sanity/lib/client";
import type { FAQ, Sponsor, GeneralInfo, About, Statistic } from "@/types/sanity";
import { urlFor } from "@/sanity/lib/image";
import { formatTimeline } from "@/utils/date";
import MLHTrustBadge from "./components/MLHTrustBadge";
import { capitalizeFirstLetter } from "@/utils/string";
import Link from "next/link";
import StickyScroll from "@/app/components/StickyScroll";
Expand Down Expand Up @@ -228,7 +227,6 @@ const FAQSection = async () => {
const Home = () => {
return (
<>
<MLHTrustBadge />
<Header />
<main>
<HeroSection />
Expand Down

0 comments on commit 081376b

Please sign in to comment.