This repository was archived by the owner on Jul 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +45
-9
lines changed
Expand file tree Collapse file tree 5 files changed +45
-9
lines changed Original file line number Diff line number Diff line change 3030 "web3-utils" : " ^1.3.0"
3131 },
3232 "scripts" : {
33- "start" : " PORT=3004 react-scripts start" ,
33+ "start" : " react-scripts start" ,
3434 "build" : " CI= GENERATE_SOURCEMAP=false react-scripts build" ,
3535 "test" : " react-scripts test" ,
3636 "eject" : " react-scripts eject" ,
Original file line number Diff line number Diff line change @@ -12,15 +12,9 @@ const Nav: React.FC = () => {
1212 </ StyledLink >
1313 < StyledLink
1414 target = "_blank"
15- href = "https://app.uniswap.org/#/swap?inputCurrency=0x374cb8c27130e2c9e04f44303f3c8351b9de61c1 & outputCurrency = ETH "
15+ href = "# "
1616 >
17- Uniswap BAO-ETH
18- </ StyledLink >
19- < StyledLink
20- target = "_blank"
21- href = "https://app.sushiswap.fi/pair/0x0eee7f7319013df1f24f5eaf83004fcf9cf49245"
22- >
23- SushiSwap BAO-ETH
17+ Bug Bounty Program
2418 </ StyledLink >
2519 < StyledLink target = "_blank" href = "https://discord.gg/BW3P62vJXT" >
2620 Discord
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ import PageHeader from '../../components/PageHeader'
88import Spacer from '../../components/Spacer'
99import Balances from './components/Balances'
1010
11+ import immunefi from '../../assets/img/immunefi-footer-black.svg'
12+
13+
1114const Home : React . FC = ( ) => {
1215 return (
1316 < Page >
@@ -60,6 +63,10 @@ const Home: React.FC = () => {
6063 < br />
6164 The service is provided as-is.
6265 </ StyledInfo >
66+ < Spacer size = "md" />
67+ < StyledInfo >
68+ < img src = { immunefi } height = "100px" />
69+ </ StyledInfo >
6370 </ Page >
6471 )
6572}
You can’t perform that action at this time.
0 commit comments