From 11589ebacc5978ba3bc5ec5033bf5370029d9cac Mon Sep 17 00:00:00 2001
From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Date: Mon, 29 Jun 2026 10:21:48 +0300
Subject: [PATCH 1/3] Add #EuroPython #Python hashtags to bingo share
---
src/components/island/BingoCard.svelte | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/island/BingoCard.svelte b/src/components/island/BingoCard.svelte
index a6d7f2cf2..1e3e50693 100644
--- a/src/components/island/BingoCard.svelte
+++ b/src/components/island/BingoCard.svelte
@@ -53,10 +53,10 @@
const count = attended.length;
const base = `I've attended ${count} EuroPython conference${count !== 1 ? 's' : ''}! ๐`;
const body = count > 0 ? `${base}\n\n${attended.join(' ยท ')}` : base;
- return `${body}\n\nWhat about you: ${BINGO_PAGE_URL}`;
+ return `${body}\n\nWhat about you: ${BINGO_PAGE_URL}\n#EuroPython #Python`;
}
- const BINGO_PAGE_URL = 'https://ep2026.europython.eu/#bingo';
+ const BINGO_PAGE_URL = 'https://ep2026.europython.eu/bingo';
function shareLinkedIn() {
const text = buildShareText();
From b26cb6d6c5a8fa5d2ecb6530343c8cbd11ff9d5c Mon Sep 17 00:00:00 2001
From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Date: Mon, 29 Jun 2026 10:24:00 +0300
Subject: [PATCH 2/3] Put social networks in same order as homepage
---
src/components/island/BingoCard.svelte | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/components/island/BingoCard.svelte b/src/components/island/BingoCard.svelte
index 1e3e50693..ca21f4ccf 100644
--- a/src/components/island/BingoCard.svelte
+++ b/src/components/island/BingoCard.svelte
@@ -286,18 +286,18 @@
-