diff --git a/src/components/About.jsx b/src/components/About.jsx index c9c762a..8a1f3a1 100644 --- a/src/components/About.jsx +++ b/src/components/About.jsx @@ -1,6 +1,8 @@ import React from "react"; import { Typography, Row, Col } from "antd"; import { Link } from "react-router-dom"; +import { faExternalLink } from "@fortawesome/pro-regular-svg-icons"; +import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import References from "./References"; import config from "../config"; @@ -16,8 +18,8 @@ export default function About() { quick to look up by identifier. You can also upload your own data and match it against these public data sets. - More information about the software infrastructure is available in our published paper and {" "} - AWS blog post. + More information about the software infrastructure is available in our published paper and {" "} + AWS blog post . @@ -69,7 +71,7 @@ export default function About() { Release Notes @@ -86,13 +88,13 @@ export default function About() { Site Feedback Survey Please take a moment to fill out our{" "} - site feedback survey. + site feedback survey . Source Code You can find all of the code for this website and the supporting infrastructure in our{" "} - GitHub repositories. + GitHub repositories . diff --git a/src/components/Admin.jsx b/src/components/Admin.jsx index efaef05..78e5a8b 100644 --- a/src/components/Admin.jsx +++ b/src/components/Admin.jsx @@ -1,6 +1,8 @@ import React, { useState, useEffect, useContext } from "react"; import { Auth } from "aws-amplify"; import { Switch } from "antd"; +import { faExternalLink } from "@fortawesome/pro-regular-svg-icons"; +import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import { AppContext } from "../containers/AppContext"; import AnnouncementsCreate from "./AnnouncementsCreate"; @@ -34,8 +36,8 @@ export default function Admin() { return ( <>

Admin Page

- - Custom search admin site + + Custom search admin site

Bearer token: