Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit f948381

Browse files
Merge pull request #245 from codewizardshq/vote-design-swap
swap search and leaderboard locations in Ballot component
2 parents a5d6da6 + 3af4d75 commit f948381

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/views/Voting/Ballot.vue

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,16 @@
2727
</v-row>
2828
</v-container>
2929
</div>
30-
<div class="pt-4 pb-8">
31-
<v-container>
32-
<v-row>
33-
<v-col>
34-
<BallotLeaders />
35-
<Leaderboard />
36-
</v-col>
37-
</v-row>
38-
</v-container>
30+
<div class="pt-4 pb-12">
31+
<VoteLeaderboardSearch />
3932
</div>
4033
<div class="colored pt-4 pb-4">
4134
<v-container>
4235
<v-row>
4336
<v-col>
4437
<div style="max-width:600px; margin: auto;">
4538
<h2 class="ballot-header">
46-
Cast your vote below!
39+
Cast your vote today!
4740
</h2>
4841
<div class="text-center">
4942
Click “Vote” to enter your choice for the winners of our 1st,
@@ -60,8 +53,15 @@
6053
</v-row>
6154
</v-container>
6255
</div>
63-
<div class="pt-4 pb-12">
64-
<VoteLeaderboardSearch />
56+
<div class="pt-4 pb-8">
57+
<v-container>
58+
<v-row>
59+
<v-col>
60+
<BallotLeaders />
61+
<Leaderboard />
62+
</v-col>
63+
</v-row>
64+
</v-container>
6565
</div>
6666
<div class="footer"></div>
6767
</div>

0 commit comments

Comments
 (0)