diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index 7be45df2..e409f971 100644 --- a/frontend/src/components/Footer.tsx +++ b/frontend/src/components/Footer.tsx @@ -1,6 +1,7 @@ import React from "react"; import { useHealthState } from "context"; +import { FormattedMessage } from "react-intl"; import styled from "styled-components"; const FixedFooterWrapper = styled.div` @@ -28,7 +29,10 @@ function Footer({ fixed }: Props) { target="_blank" rel="noreferrer" className="link-secondary"> - User Guide +
  • @@ -37,7 +41,10 @@ function Footer({ fixed }: Props) { target="_blank" rel="noreferrer" className="link-secondary"> - Changelog +
  • @@ -46,7 +53,10 @@ function Footer({ fixed }: Props) { target="_blank" rel="noreferrer" className="link-secondary"> - Github +
  • @@ -54,13 +64,20 @@ function Footer({ fixed }: Props) {