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
style fix
author
damedotblog
date
1 year ago
(Mar 9, 2025, 7:07 PM -0400)
commit
c7bd7e08
c7bd7e089b37dbdd3429c6d7c01479f2eb6656b5
parent
8932aa95
8932aa959a12da66608a97b87b6764e4b27b6075
+2
-1
2 changed files
Expand all
Collapse all
Unified
Split
app
src
app
stats
page.tsx
stats.module.css
+1
-1
app/src/app/stats/page.tsx
Reviewed
···
178
178
</div>
179
179
<div className={styles.statCard}>
180
180
<div className={styles.statValue}>{statsData.plumberFlushCount}</div>
181
181
-
<div className={styles.statLabel}>Emergency plumber visits</div>
181
181
+
<div className={styles.statLabel}>Emergency plumber flushes</div>
182
182
</div>
183
183
</div>
184
184
</section>
+1
app/src/app/stats/stats.module.css
Reviewed
···
275
275
.statLabel {
276
276
color: var(--text-color);
277
277
font-size: 1.1rem;
278
278
+
line-height: 1.1em;
278
279
}
279
280
280
281
/* Plumber link styles */