diff --git a/packages/concordia-app/src/views/About/index.jsx b/packages/concordia-app/src/views/About/index.jsx index 9277a23..2698047 100644 --- a/packages/concordia-app/src/views/About/index.jsx +++ b/packages/concordia-app/src/views/About/index.jsx @@ -6,6 +6,8 @@ import { Container, Image } from 'semantic-ui-react'; import AboutMd from '../../assets/About.md'; import appLogo from '../../assets/images/app_logo_circle.svg'; +import './styles.css'; + const targetBlank = () => ({ href, children }) => ( {children} @@ -26,7 +28,7 @@ const About = () => { return (
- + {`v${process.env.REACT_APP_VERSION}`}