Skip to content

Commit

Permalink
Fix dApp swiper configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bobo-k2 committed Jun 14, 2024
1 parent 7b9ddde commit 204d90c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/staking-v3/components/vote/choose-dapps/DappsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<swiper
class="swiper--voting-dapps"
:slides-per-view="2"
:slides-per-group="4"
:slides-per-group="2"
:space-between="8"
:navigation="true"
:grid="{
Expand All @@ -12,7 +12,7 @@
:breakpoints="{
'768': {
slidesPerView: 3,
slidesPerGroup: 32,
slidesPerGroup: 3,
grid: {
rows: 3,
},
Expand Down

0 comments on commit 204d90c

Please sign in to comment.