This repository has no description
0

Configure Feed

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

style fix

+2 -1
+1 -1
app/src/app/stats/page.tsx
··· 178 178 </div> 179 179 <div className={styles.statCard}> 180 180 <div className={styles.statValue}>{statsData.plumberFlushCount}</div> 181 - <div className={styles.statLabel}>Emergency plumber visits</div> 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
··· 275 275 .statLabel { 276 276 color: var(--text-color); 277 277 font-size: 1.1rem; 278 + line-height: 1.1em; 278 279 } 279 280 280 281 /* Plumber link styles */