diff --git a/src/components/expandGrid/ExpandGrid.js b/src/components/expandGrid/ExpandGrid.js index d892157a..719e0d0f 100644 --- a/src/components/expandGrid/ExpandGrid.js +++ b/src/components/expandGrid/ExpandGrid.js @@ -1,5 +1,5 @@ import { Link } from "gatsby" -import React, { useEffect, useRef, useState } from "react" +import React, { useEffect, useState } from "react" import { Flipper, Flipped } from "react-flip-toolkit" import MarkdownView from "react-showdown" import "./expandGrid.scss" @@ -79,9 +79,10 @@ const ExpandedListItem = ({ index, data, isFirst }) => {
-
+

{data.title}

{data.landing_page && ( diff --git a/src/components/expandGrid/expandGrid.scss b/src/components/expandGrid/expandGrid.scss index 7485965b..5a31bae3 100644 --- a/src/components/expandGrid/expandGrid.scss +++ b/src/components/expandGrid/expandGrid.scss @@ -146,6 +146,7 @@ text-overflow: ellipsis; } a{ + font-weight: 600; color: $secondary; text-decoration: underline; margin: auto 0 10px 10px;