Skip to content

Commit d954bc5

Browse files
authored
Merge branch 'ep2025' into ep2025-sprints
2 parents 7af58a6 + 5684396 commit d954bc5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/data/links.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@
114114
{
115115
"name": "Sponsorship",
116116
"items": [
117+
{
118+
"name": "Our Sponsors",
119+
"path": "/sponsors"
120+
},
117121
{
118122
"name": "Sponsor Packages",
119123
"path": "/sponsorship/sponsor"
@@ -302,6 +306,10 @@
302306
{
303307
"name": "Sponsorship",
304308
"items": [
309+
{
310+
"name": "Our Sponsors",
311+
"path": "/sponsors"
312+
},
305313
{
306314
"name": "Sponsor Packages",
307315
"path": "/sponsorship/sponsor"

src/layouts/ScheduleLayout.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ const { title, description, headline } = Astro.props;
2929
<Section>
3030
<Headline as="h1"id={slugify(headline)} title={headline} />
3131

32-
<Note type="warning">This is an early version of the schedule and may still change. If you're planning travel around specific sessions, please keep that in mind.</Note>
3332
<Note type="info" >Mark talks as favorites by opening their details and tapping the ❤️ icon. Your selections are saved locally and will only be visible on this device.</Note>
3433

3534
<div class="layout-wrapper2">

0 commit comments

Comments
 (0)