From 126bdc028044b2ed39c25ba6701644b6caf3f7cd Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 12 Oct 2020 02:21:50 -0400 Subject: [PATCH] Aligns with relative date formatting --- src/views/nodes/helpers.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/nodes/helpers.ts b/src/views/nodes/helpers.ts index 20b267a..d3e8842 100644 --- a/src/views/nodes/helpers.ts +++ b/src/views/nodes/helpers.ts @@ -6,8 +6,8 @@ import { ViewNode } from './viewNode'; const markers: [number, string][] = [ [0, 'Less than a week ago'], [7, 'Over a week ago'], - [30, 'Over a month ago'], - [90, 'Over 3 months ago'], + [25, 'Over a month ago'], + [77, 'Over 3 months ago'], ]; export function* insertDateMarkers(