diff --git a/src/components/status.jsx b/src/components/status.jsx
index 2e8bf83f..f0975d13 100644
--- a/src/components/status.jsx
+++ b/src/components/status.jsx
@@ -2267,6 +2267,19 @@ function Status({
/> */}
{_(visibilityText[visibility])} •{' '}
+ {
+ // within a day
+ new Date().getTime() - createdAtDate.getTime() <
+ 86400000 && (
+ <>
+ {' '}
+ ‒{' '}
+ >
+ )
+ }