Skip to content

Commit

Permalink
Fix banner (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
iyasinn authored Jan 18, 2025
1 parent 5173229 commit a7f9021
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ const CohortsApplyBanner = () => (
<Banner
text={
<>
Apply by <span className="font-bold">September 15th</span> to be part of
V1&apos;s <span className="font-bold">Fall Cohort</span>
Product Studio applications are{" "}
<span className="font-bold">due tonight</span>. Apply here!
</>
}
link="/apply"
Expand Down
4 changes: 2 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ export default function IndexPage() {
return (
<main>
<Head title="University of Michigan" />
<ProductStudioBanner />
{/* <ProductStudioBanner /> */}
{/* <StartupFairBanner /> */}
{/* <CohortsApplyBanner /> */}
<CohortsApplyBanner />
<NavbarBuilder />

{/* <StartupFairBanner /> */}
Expand Down

0 comments on commit a7f9021

Please sign in to comment.