This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

fix

+2 -2
+2 -2
src/app/profile/[handle]/page.tsx
··· 553 553 {/* Flushes Roll Up 2025 Section */} 554 554 {!loading && !error && wrapped2025Data && ( 555 555 <section className={styles.wrappedSection}> 556 - <h3 className={styles.wrappedHeader}>🧻 Flushes Roll Up 2025</h3> 556 + <h3 className={styles.wrappedHeader}>Flushes Roll Up 2025</h3> 557 557 <p className={styles.wrappedSubtitle}>The year in flushes</p> 558 558 559 559 <div className={styles.wrappedGrid}> ··· 602 602 className={styles.shareWrappedButton} 603 603 onClick={() => { 604 604 const shareHandle = profileData?.handle || handle; 605 - const wrappedText = `🧻 My #FlushesRollUp2025:\n\n${wrapped2025Data.totalFlushes} flushes across ${wrapped2025Data.daysActive} days\nTop emoji: ${wrapped2025Data.topEmoji}\nLongest streak: ${wrapped2025Data.activeStreak} days\nMost active: ${wrapped2025Data.mostActiveMonth}\n\nSee your stats at flushes.app! 🚽`; 605 + const wrappedText = `My @flushes.app Roll Up 2025:\n\n${wrapped2025Data.totalFlushes} total flushes\n${wrapped2025Data.daysActive} days active\nTop emoji: ${wrapped2025Data.topEmoji}\nMost in one day: ${wrapped2025Data.mostFlushesInDay}\nLongest streak: ${wrapped2025Data.activeStreak} days\nMost active month: ${wrapped2025Data.mostActiveMonth}\nAvg. characters: ${wrapped2025Data.avgStatusLength}\nPeak time: ${wrapped2025Data.mostFrequentTime}\n\nSee your stats at flushes.app! 🚽`; 606 606 window.open(`https://bsky.app/intent/compose?text=${encodeURIComponent(wrappedText)}`, '_blank'); 607 607 }} 608 608 >