Skip to content

Commit

Permalink
Merge pull request #249 from QuickSwap/dev
Browse files Browse the repository at this point in the history
Merge dev to master
  • Loading branch information
sameepsi authored Jul 22, 2022
2 parents adbfdc2 + 51e7a40 commit a591b5b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/RewardSlider/RewardSlider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { useMediaQuery } from '@material-ui/core';
import { useTheme } from '@material-ui/core/styles';
import ChevronRightIcon from '@material-ui/icons/ChevronRight';
import ChevronLeftIcon from '@material-ui/icons/ChevronLeft';
import { StakingInfo } from 'types';
import {
useStakingInfo,
getBulkPairData,
Expand Down
3 changes: 3 additions & 0 deletions src/components/styles/RewardSlider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
display: flex;
justify-content: space-between;
margin: 64px auto 56px;
& .slick-list {
width: 100%
}
& .slick-slide {
padding: 0 20px;
@include media("screen", "<phone") {
Expand Down
6 changes: 6 additions & 0 deletions src/constants/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1805,5 +1805,11 @@
"address": "0x553d3D295e0f695B9228246232eDF400ed3560B5",
"symbol": "PAXG",
"decimals": 18
},
"ASTRAFER": {
"name": "Astrafer",
"address": "0xDfCe1e99A31C4597a3f8A8945cBfa9037655e335",
"symbol": "ASTRAFER",
"decimals": 18
}
}

0 comments on commit a591b5b

Please sign in to comment.