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:36 AM -0500)
commit
a676c859
a676c859e5815afbc421988052e2297e4f94304d
parent
442c4be2
442c4be251c792b373db208b2ae8fc702b0b56cb
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
app
profile
[handle]
page.tsx
+1
-1
src/app/profile/[handle]/page.tsx
Reviewed
···
265
265
const formatHour = (hour: number) => {
266
266
const period = hour >= 12 ? 'pm' : 'am';
267
267
const displayHour = hour === 0 ? 12 : hour > 12 ? hour - 12 : hour;
268
268
-
return `${displayHour}${period}`;
268
268
+
return `${displayHour} ${period}`;
269
269
};
270
270
271
271
// Most active month