Not authenticated
diff --git a/src/features/Footer/Footer.tsx b/src/features/Footer/Footer.tsx index da630185..927e0607 100644 --- a/src/features/Footer/Footer.tsx +++ b/src/features/Footer/Footer.tsx @@ -3,10 +3,10 @@ import { Typography } from '@equinor/eds-core-react' import logo from './Equinor_HORIZ_logo_RGB_RED.png' import * as Styled from './Footer.styled' -export const Footer = ({ footerText }: { footerText: string }) => { +export const Footer = ({ text }: { text: string }) => { return (