diff --git a/src/containers/homepage/AboutSection.js b/src/containers/homepage/AboutSection.js index 1777b8aa..269e0fa5 100644 --- a/src/containers/homepage/AboutSection.js +++ b/src/containers/homepage/AboutSection.js @@ -1,7 +1,7 @@ import React from 'react'; import WordpressInject from '../wordpress/wordpressInject'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; -import { faComments } from '@fortawesome/free-solid-svg-icons'; +import { faComments, faCalendarDays } from '@fortawesome/free-solid-svg-icons'; import style from './style.module.scss'; @@ -13,6 +13,22 @@ const AboutSection = () => {