Skip to content

Commit

Permalink
fix(timeline): fix hour in timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
abalad committed Oct 31, 2019
1 parent feaf475 commit de8b584
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<span class="date-month">{{ date | date : 'MMM' | uppercase }}</span>
<span class="date-year">{{ date | date : 'yyyy' }}</span>
<span class="date-separator"></span>
<span class="date-hour">{{ date | date : 'H:MM' }}</span>
<span class="date-hour">{{ date | date : 'H:mm' }}</span>
</div>
<div class="head-dot"></div>
</div>
Expand Down

0 comments on commit de8b584

Please sign in to comment.