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}
);