Skip to content

Commit

Permalink
fix(conf): comment out "Become a Speaker"
Browse files Browse the repository at this point in the history
  • Loading branch information
nicollguarnizo committed Jan 11, 2025
1 parent 006ea71 commit d2dace9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/epic-web/src/pages/conf/2025/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ const Body = ({speakers}: {speakers: Speaker[]}) => {
</div>
</div>
{!IS_PAST_CONF_25 && <Location />}
<Section
{/* <Section
position={0}
title="Become a Speaker"
image="https://res.cloudinary.com/epic-web/image/upload/v1728472122/conf25/speaker_2x.jpg"
Expand All @@ -280,7 +280,7 @@ const Body = ({speakers}: {speakers: Speaker[]}) => {
<li key={index}>{idea}</li>
))}
</ol>
</Section>
</Section> */}
<Section
position={1}
title="Become an Attendee"
Expand Down

0 comments on commit d2dace9

Please sign in to comment.