Skip to content

Commit daf72f8

Browse files
authored
end 2026 CfP: highlight tickets instead (#219)
Signed-off-by: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com>
1 parent f094cb3 commit daf72f8

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

src/components/Header.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ import PrimaryCta from "./PrimaryCta.astro";
105105
<li><a href="/sponsor">Sponsor</a></li>
106106
<li><a href="/schedule">Schedule</a></li>
107107
<li><a href="/volunteer">Volunteer</a></li>
108-
<li><a href="/register">Tickets</a></li>
109-
<li><PrimaryCta href="https://cfp.2026.matrix.org/matrix-conference-2026/cfp">Call for Proposals</PrimaryCta></li>
108+
<li><PrimaryCta href="/register">Tickets</PrimaryCta ></li>
110109
</ul>
111110

112111
<button id="menu-button" title="Menu button">

src/components/Teaser2026.astro

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
import PrimaryCta from "./PrimaryCta.astro";
3-
import CfP from "./CfP.astro";
43
---
54

65
<style>
@@ -68,10 +67,7 @@ import CfP from "./CfP.astro";
6867
</style>
6968
<div class="content-wrapper">
7069
<div class="items">
71-
<div class="item highlight">
72-
<CfP />
73-
</div>
74-
<div class="item smol">
70+
<div class="item highlight smol">
7571
<h2>Attend</h2>
7672
<p>
7773
The Conference travels to Scandic Triangeln in Malmö in 2026.
@@ -95,7 +91,7 @@ import CfP from "./CfP.astro";
9591
</div>
9692
<div class="item smol">
9793
<h2>Become a Sponsor</h2>
98-
<p>Step into the spotlight and join us as a valued sponsor of The Matrix Conference 2026. Our updated sponsors brochure is coming in March.</p>
94+
<p>Step into the spotlight and join us as a valued sponsor of The Matrix Conference 2026.</p>
9995
<PrimaryCta
10096
href="mailto:conference@foundation.matrix.org"
10197
flexBottom={true}

0 commit comments

Comments
 (0)