tangled
alpha
login
or
join now
xan.lol
/
flushes.app
forked from
atpota.to/flushes.app
0
fork
atom
The 1st decentralized social network for sharing when you're on the toilet. Post a "flush" today! Powered by the AT Protocol.
0
fork
atom
overview
issues
pulls
pipelines
tweak
damedotblog
11 months ago
88e8d711
e5dac58c
+1
-1
1 changed file
expand all
collapse all
unified
split
app
src
app
page.tsx
+1
-1
app/src/app/page.tsx
···
438
438
className={styles.submitButton}
439
439
disabled={isSubmitting}
440
440
>
441
441
-
{isSubmitting ? 'Updating...' : 'Update Status'}
441
441
+
{isSubmitting ? 'Flushing...' : 'Post Flush'}
442
442
</button>
443
443
</form>
444
444
</div>