Skip to content

Commit

Permalink
feat: creating map release
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardoooxd committed Dec 12, 2022
1 parent de797a9 commit 5049d4a
Showing 1 changed file with 4 additions and 23 deletions.
27 changes: 4 additions & 23 deletions src/components/Content/index.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
import Interview from '../../assets/images/interview.png';
import Roundtables from '../../assets/images/roundtables.png';
import { ScheduleDays } from '../../utils/ScheduleDays';
import Activity from '../Activity';
import CompaniesSection from '../CompaniesSection';
import HeadingText from '../HeadingText';
import ComingSoon from '../ComingSoon';
import InfoText from '../InfoText';
import Map from '../Map';
import Schedule from '../Schedule';
import SponsorsContainer from '../SponsorsContainer';

interface ContentProps {
contentRef: React.RefObject<HTMLDivElement>;
Expand Down Expand Up @@ -56,26 +52,11 @@ const Content: React.FC<ContentProps> = ({ contentRef }) => {

<hr />

<CompaniesSection />

<hr />

<HeadingText text="Patrocinadores" />
<section className="container-fluid">
<SponsorsContainer />
</section>

<hr />
<Map />

<Schedule
firstDayTitle="Segunda-Feira - Auditório Magno"
secondDayTitle="Terça-feira - Sala de Eventos"
scheduleEvents={ScheduleDays}
/>
<hr className="mt-12" />

<hr />

<Map />
<ComingSoon />
</section>
);
};
Expand Down

0 comments on commit 5049d4a

Please sign in to comment.