Skip to content

Commit

Permalink
url fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kadiray34 committed Jun 12, 2024
1 parent 723658e commit 762d60e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Attribution/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const Attribution = () => (
Github
</a>{' '}
|{' '}
<a href="https://ubeswap.io" rel="noopener noreferrer" target="_blank">
<a href="https://ubeswap.org" rel="noopener noreferrer" target="_blank">
Ubeswap
</a>{' '}
|{' '}
Expand Down
4 changes: 2 additions & 2 deletions src/components/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
]

Expand Down

0 comments on commit 762d60e

Please sign in to comment.