diff --git a/src/components/island/BingoCard.svelte b/src/components/island/BingoCard.svelte
index a6d7f2cf2..1cfde59c1 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();
@@ -286,18 +286,18 @@
-