diff --git a/src/components/island/BingoCard.svelte b/src/components/island/BingoCard.svelte index 54d01108f..aa6ede4a7 100644 --- a/src/components/island/BingoCard.svelte +++ b/src/components/island/BingoCard.svelte @@ -53,7 +53,7 @@ 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\n#EuroPython #Python`; } const BINGO_PAGE_URL = 'https://ep2026.europython.eu/bingo'; @@ -289,18 +289,18 @@ - - +