Commit e05e0206 authored by Moody Salem's avatar Moody Salem

fix a warning with add liquidity button

parent 344b4340
...@@ -104,7 +104,7 @@ export default function Pool() { ...@@ -104,7 +104,7 @@ export default function Pool() {
</AppBody> </AppBody>
<div style={{ display: 'flex', alignItems: 'center', marginTop: '1.5rem' }}> <div style={{ display: 'flex', alignItems: 'center', marginTop: '1.5rem' }}>
<ButtonSecondary as={Link} style={{ width: 'initial' }} padding="8px" borderRadius="10px" to="/migrate/v1"> <ButtonSecondary as={Link} style={{ width: 'initial' }} to="/migrate/v1">
Migrate V1 Liquidity Migrate V1 Liquidity
</ButtonSecondary> </ButtonSecondary>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment