Skip to content

Commit 26c0129

Browse files
author
Anton Cheng
committed
Update Chnagelly and Aragon Image
1 parent d6cf76b commit 26c0129

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

src/App.js

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,33 @@ function App() {
3030

3131
<SidePanel title='About BestSwap' opened={sidePanelOpened} onClose={() => setSidePanelOpened(false)}>
3232
<div style={{ padding: 20, fontSize: 15 }}> Powered By </div>
33-
33+
3434
<Box>
3535
<ButtonBase
3636
onClick={() => {
3737
window.open('https://ui.aragon.org/', '_blank')
3838
}}
3939
showFocusRing={false}
4040
>
41-
<img width={300} src={AragonUILogog} alt='aragon-ui'></img>
41+
<div style={{ paddingLeft: '5%', alignContent: 'center', alignItems: 'center' }}>
42+
<img width={300} src={AragonUILogog} alt='aragon-ui'></img>
43+
</div>
4244
</ButtonBase>
4345
</Box>
4446

4547
<Box>
46-
<ButtonBase
48+
<ButtonBase
4749
onClick={() => {
4850
window.open('https://changelly.com/?ref_id=oz145mh990w1b4wr', '_blank')
4951
}}
5052
showFocusRing={false}
5153
>
52-
<img width={300} src={ChangellyLogo} alt='changelly'></img>
54+
<div style={{ paddingLeft: '5%', alignContent: 'center', alignItems: 'center' }}>
55+
<img width={300} src={ChangellyLogo} alt='changelly'></img>
56+
</div>
5357
</ButtonBase>
5458
</Box>
55-
59+
5660
<Box>
5761
<ButtonBase
5862
onClick={() => {

0 commit comments

Comments
 (0)