Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "2026.es.pycon.org",
"version": "1.4.0",
"version": "1.4.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
10 changes: 0 additions & 10 deletions src/components/home/SectionCTAs.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,6 @@ const t = texts[lang as keyof typeof texts]
const menuT = menuTexts[lang as keyof typeof menuTexts]

const ctas = [
{
emoji: '🗣️',
title: t['cfp.title'],
description: t['cfp.description'],
buttonText: t['cfp.button'],
href: 'https://pretalx.com/pycones-2026/cfp',
variant: 'primary' as const,
accent: 'orange',
external: true,
},
{
emoji: '🔍',
title: t['cta.reviewers.title'],
Expand Down
Loading