Skip to content

Commit

Permalink
new version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kadiray34 committed Jul 23, 2024
1 parent c77a4dc commit 52338fc
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#8878C3" />

<meta name="og:title" content="Ubeswap Analytics" />
<meta name="og:title" content="Ubeswap V2 Analytics" />
<meta name="og:url" content="https://info.ubeswap.org" />
<meta name="og:image" content="https://ubeswap.org/og-image.png" />
<meta name="og:site_name" content="Ubeswap Analytics" />
<meta name="og:site_name" content="Ubeswap V2 Analytics" />
<meta
name="description"
content="Analytics for Ubeswap, a decentralized exchange and automated market maker protocol for Celo assets."
Expand Down
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "Ubeswap Analytics",
"name": "Analytics for Ubeswap, a decentralized exchange on Celo.",
"short_name": "Ubeswap V2 Analytics",
"name": "Analytics for Ubeswap V2, a decentralized exchange on Celo.",
"icons": [
{
"src": "./images/[email protected]",
Expand Down
9 changes: 8 additions & 1 deletion src/components/SideNav/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { transparentize } from 'polished'
import React from 'react'
import { Disc, List, PieChart, TrendingUp } from 'react-feather'
import { Disc, ExternalLink, List, PieChart, TrendingUp } from 'react-feather'
import { withRouter } from 'react-router-dom'
import { useMedia } from 'react-use'
import styled from 'styled-components'
Expand Down Expand Up @@ -159,6 +159,13 @@ function SideNav({ history }) {
Accounts
</Option>
</BasicLink>

<Link href="https://info.ubeswap.org" target="_blank">
<Option>
<ExternalLink size={20} style={{ marginRight: '.75rem' }} />
V3 Analytics
</Option>
</Link>
</AutoColumn>
)}
</AutoColumn>
Expand Down
4 changes: 4 additions & 0 deletions src/components/Title/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ export default function Title() {
Accounts
</Option>
</BasicLink>

<Link href="https://info.ubeswap.org" target="_blank">
<Option>V3 Info</Option>
</Link>
</RowFixed>
)}
</Flex>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/GlobalPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function GlobalPage() {
<ContentWrapper>
<div>
<AutoColumn gap="24px" style={{ paddingBottom: below800 ? '0' : '24px' }}>
<TYPE.largeHeader>{below800 ? 'Ubeswap Analytics' : 'Ubeswap Analytics'}</TYPE.largeHeader>
<TYPE.largeHeader>{below800 ? 'Ubeswap V2 Analytics' : 'Ubeswap V2 Analytics'}</TYPE.largeHeader>
<Search />
<GlobalStats />
</AutoColumn>
Expand Down

0 comments on commit 52338fc

Please sign in to comment.