diff --git a/src/components/layout/GenericLayout/Footer/config.ts b/src/components/layout/GenericLayout/Footer/config.ts index 15c87576e..34d2fa360 100644 --- a/src/components/layout/GenericLayout/Footer/config.ts +++ b/src/components/layout/GenericLayout/Footer/config.ts @@ -1,5 +1,5 @@ export const footerConfig = { - isBeta: true, + isBeta: false, url: { web: 'https://github.com/gnosis/gp-ui/tree/v', // TODO: Pending to move and adapt the wiki diff --git a/src/components/layout/GenericLayout/Footer/index.tsx b/src/components/layout/GenericLayout/Footer/index.tsx index 987609113..d98af2f6b 100644 --- a/src/components/layout/GenericLayout/Footer/index.tsx +++ b/src/components/layout/GenericLayout/Footer/index.tsx @@ -22,7 +22,7 @@ const FooterStyled = styled.footer` flex: 1 1 auto; color: ${({ theme }): string => theme.textSecondary2}; width: 100%; - justify-content: space-between; + justify-content: space-around; margin: 0 auto; ${media.mediumDown} { @@ -105,7 +105,7 @@ export const Footer: React.FC = (props) => { const vaultRelayerContractAddress = getGpV2ContractAddress(networkId, 'GPv2VaultRelayer') return ( - {isBeta && 'This project is in beta. Use at your own risk.'} + {isBeta && This project is in beta. Use at your own risk.} {settlementContractAddress && (