Skip to content

Commit 70bef9b

Browse files
Remove CFP mention.
1 parent 5c70510 commit 70bef9b

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

src/components/Navbar.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import logo from "../data/images/logo.png";
1010
<ul class="nav-links">
1111
<li><a href="#tickets">Conference Tickets</a></li>
1212
<li><a href='#agenda'>Agenda</a></li>
13-
<!-- <li><a href='#speakers'>Speakers</a></li> -->
14-
<li><a href='#call-for-papers'>CFP</a></li>
13+
<li><a href='#speakers'>Speakers</a></li>
14+
<!-- <li><a href='#call-for-papers'>CFP</a></li> -->
1515
<li><a href="#sponsors">Conference Sponsors</a></li>
1616
</ul>
1717
</div>

src/pages/index.astro

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import Layout from "../layouts/Layout.astro";
33
import Sponsors from "../components/Sponsors2025.astro";
44
import Card from "../components/Card.astro";
55
import Agenda from "../components/Agenda2025.astro";
6-
import CallForPapers from "../components/CallForPapers.astro";
76
import Speakers from "../components/Speakers2025.astro";
87
import Hosts from "../components/Hosts2025.astro";
98
import Support from "../components/Support2025.astro";
@@ -98,10 +97,6 @@ import CallForPapers from "../components/CallForPapers.astro";
9897
<Location />
9998
</section>
10099

101-
<section class="cfp">
102-
<CallForPapers />
103-
</section>
104-
105100
<section class="agenda">
106101
<Agenda />
107102
</section>
@@ -118,11 +113,6 @@ import CallForPapers from "../components/CallForPapers.astro";
118113
<Support />
119114
</section>
120115

121-
<section class="cfp">
122-
<h2>Call for Papers</h2>
123-
<CallForPapers />
124-
</section>
125-
126116
<section class="sponsors">
127117
<Sponsors />
128118
</section>

0 commit comments

Comments
 (0)