From 91d4e650c4ec60e19914fe8de31c9649278b9d70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Itziar=20Zameza=20Garc=C3=ADa?= Date: Mon, 18 May 2026 13:10:17 +0200 Subject: [PATCH 1/2] feat: remove CFP call for actions - Remove the call for proposals CTA card from SectionCTAs - The proposal deadline (May 17th) has been reached --- src/components/home/SectionCTAs.astro | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/components/home/SectionCTAs.astro b/src/components/home/SectionCTAs.astro index 384fc38..6b6206a 100644 --- a/src/components/home/SectionCTAs.astro +++ b/src/components/home/SectionCTAs.astro @@ -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'], From 927ab9294a9cfafefbbc66fb7dc2ba528143e8f0 Mon Sep 17 00:00:00 2001 From: Itziar ZG <70289074+itziarZG@users.noreply.github.com> Date: Mon, 18 May 2026 13:13:08 +0200 Subject: [PATCH 2/2] Bump version from 1.4.0 to 1.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01c1298..e3e6573 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "2026.es.pycon.org", - "version": "1.4.0", + "version": "1.4.1", "description": "", "main": "index.js", "scripts": {