From de8b5848716685ad4204892cfd612af618484976 Mon Sep 17 00:00:00 2001 From: Maicon Wagner Date: Thu, 31 Oct 2019 16:02:26 -0300 Subject: [PATCH] fix(timeline): fix hour in timeline --- .../components/timeline/parts/timeline-item/timeline-item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/truly-ui/src/components/timeline/parts/timeline-item/timeline-item.html b/projects/truly-ui/src/components/timeline/parts/timeline-item/timeline-item.html index 44ad4b9a9..e5ed2e34c 100644 --- a/projects/truly-ui/src/components/timeline/parts/timeline-item/timeline-item.html +++ b/projects/truly-ui/src/components/timeline/parts/timeline-item/timeline-item.html @@ -6,7 +6,7 @@ {{ date | date : 'MMM' | uppercase }} {{ date | date : 'yyyy' }} - {{ date | date : 'H:MM' }} + {{ date | date : 'H:mm' }}