diff --git a/src/components/Attribution/index.js b/src/components/Attribution/index.js index 7ebdf7bb4..258741b60 100644 --- a/src/components/Attribution/index.js +++ b/src/components/Attribution/index.js @@ -6,7 +6,7 @@ const Attribution = () => ( Github {' '} |{' '} - + Ubeswap {' '} |{' '} diff --git a/src/components/Footer/index.js b/src/components/Footer/index.js index caef4480f..4c736bf77 100644 --- a/src/components/Footer/index.js +++ b/src/components/Footer/index.js @@ -4,8 +4,8 @@ import { Flex } from 'rebass' import Link from '../Link' const links = [ - { url: 'https://ubeswap.io', text: 'About' }, - { url: 'https://docs.ubeswap.io/', text: 'Docs' }, + { url: 'https://ubeswap.org', text: 'About' }, + { url: 'https://docs.ubeswap.org/', text: 'Docs' }, { url: 'https://github.com/Ubeswap/ubeswap-info', text: 'Code' }, ]