Skip to content

Commit f5b6212

Browse files
committed
Update share text in TicketSharing component for clarity
- Revised the share text in the TicketSharing component to improve readability and maintain consistency in messaging for the upcoming Devcon 8 event in Mumbai.
1 parent a32053f commit f5b6212

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devcon/src/components/domain/ticket-sharing/TicketSharing.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export function TicketSharing({ name, avatarUrl, share, pageUrl }: TicketSharing
185185
(() => {
186186
const baseShareUrl = pageUrl?.replace(/\?share$/, '').replace(/\?share&/, '?').replace(/&share\b/, '').replace(/\/$/, '') || ''
187187
const shareUrl = `${baseShareUrl}/`
188-
const shareText = `I just got my @EFDevcon ticket paid with ETH!\n\nNext stop: Mumbai 🇮🇳. Join me at Devcon 8 from November 3–6, 2026 for four days of big ideas, technical depth, community, and the people building the future of open source technology.`
188+
const shareText = `I just got my @EFDevcon ticket paid for with ETH!\n\nNext stop: Mumbai 🇮🇳 Join me at Devcon 8 from November 3–6, 2026 for four days of big ideas, technical depth, community, and the people building the future of open source technology.`
189189
const xText = `${shareText}\n\n${shareUrl}`
190190
return (
191191
<div className={css.shareSection}>

0 commit comments

Comments
 (0)