From bb0a46c0d95b280ad563898c87823b592b1f944f Mon Sep 17 00:00:00 2001 From: Dani H Date: Fri, 20 Feb 2026 17:40:56 +0100 Subject: [PATCH 1/2] Feat: Eliminar emojis --- src/pages/[lang]/sponsors.astro | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/src/pages/[lang]/sponsors.astro b/src/pages/[lang]/sponsors.astro index febe6df..d190eb9 100644 --- a/src/pages/[lang]/sponsors.astro +++ b/src/pages/[lang]/sponsors.astro @@ -66,7 +66,9 @@ const { { stats.items.map((stat) => (
-
{stat.icon}
+
{stat.value}
{stat.label}
@@ -96,7 +98,10 @@ const {
-

📍 {location.where}

+

+ + {location.where} +

{location.body} {location.bodyStrong} @@ -108,7 +113,7 @@ const {

-

📅 {when.title}

+

{when.title}

{when.friday}: {when.fridayStrong} @@ -146,7 +151,9 @@ const { { whySponsor.items.map((item) => (

- {item.icon} +
{item.title}: {item.desc} @@ -215,7 +222,9 @@ const { { audience.items.map((item) => (
-
{item.icon}
+
{item.value}
{item.label}
@@ -246,17 +255,15 @@ const { ))}
@@ -481,7 +488,9 @@ const { { pythonSpainPoints.items.map((point) => (
- {point.icon} +
{point.title}

{point.desc}

@@ -514,7 +523,7 @@ const {
-

{socialLinks.title}

+

{socialLinks.title}

{ socialLinks.items.map((link) => ( From 42af5e2fbd8bc3e51a55099c921c9ebff215c06f Mon Sep 17 00:00:00 2001 From: Dani H Date: Fri, 20 Feb 2026 17:50:16 +0100 Subject: [PATCH 2/2] Feat: remove role='img' --- src/pages/[lang]/sponsors.astro | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/src/pages/[lang]/sponsors.astro b/src/pages/[lang]/sponsors.astro index d190eb9..8f4d56c 100644 --- a/src/pages/[lang]/sponsors.astro +++ b/src/pages/[lang]/sponsors.astro @@ -66,7 +66,7 @@ const { { stats.items.map((stat) => (
-