From 21a5ab1f85edd4fb3ce015a5bc9111d9afb48976 Mon Sep 17 00:00:00 2001 From: Giovani Date: Thu, 22 Jul 2021 20:49:31 -0400 Subject: [PATCH] feat: make history all bold --- src/components/history/history.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/history/history.js b/src/components/history/history.js index 3bf0c3a..d063c80 100644 --- a/src/components/history/history.js +++ b/src/components/history/history.js @@ -114,10 +114,10 @@ class History extends Component {
timelineContainer.ref = el} key={i}>

{timelineContainer.heading}

-

{timelineContainer.time}

-

{timelineContainer.time}

-

{timelineContainer.content}

-
{timelineContainer.content}
+

{timelineContainer.time}

+

{timelineContainer.time}

+

{timelineContainer.content}

+
{timelineContainer.content}
);