alpha
Login
or
Join now
atpota.to
/
flushes.app
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix
author
dame-is
date
6 months ago
(Dec 5, 2025, 1:11 AM -0500)
commit
0875189f
0875189f6d5ba9fe42673a49f80e2414ecd75bb1
parent
0acff953
0acff953fcced7d18d7d8a4b3205a7a311897eb6
+3
-3
1 changed file
Expand all
Collapse all
Unified
Split
src
app
profile
[handle]
page.tsx
+3
-3
src/app/profile/[handle]/page.tsx
Reviewed
···
574
574
575
575
<div className={styles.wrappedCard}>
576
576
<div className={styles.wrappedValue}>{wrapped2025Data.mostFlushesInDay}</div>
577
577
-
<div className={styles.wrappedLabel}>Most in One Day</div>
577
577
+
<div className={styles.wrappedLabel}>Most in a Day</div>
578
578
</div>
579
579
580
580
<div className={styles.wrappedCard}>
···
584
584
585
585
<div className={styles.wrappedCard}>
586
586
<div className={styles.wrappedValue}>{wrapped2025Data.mostActiveMonth}</div>
587
587
-
<div className={styles.wrappedLabel}>Most Active Month</div>
587
587
+
<div className={styles.wrappedLabel}>Top Month</div>
588
588
</div>
589
589
590
590
<div className={styles.wrappedCard}>
···
594
594
595
595
<div className={styles.wrappedCard}>
596
596
<div className={styles.wrappedValue}>{wrapped2025Data.mostFrequentTime}</div>
597
597
-
<div className={styles.wrappedLabel}>Peak Flush Time</div>
597
597
+
<div className={styles.wrappedLabel}>Peak Flush Hour</div>
598
598
</div>
599
599
</div>
600
600