Skip to content

Commit

Permalink
changed color of view more button
Browse files Browse the repository at this point in the history
  • Loading branch information
ravikumawat7716 authored Nov 12, 2024
1 parent 2e2e1a8 commit a1d5935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/StudyBuddy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</template>
</div>
</div>
<button v-if="hasNext" @click="paginate" style="width: 100%; background-color: red; text-align: center; color: white;">View more</button>
<button v-if="hasNext" @click="paginate" style="width: 100%; background-color: #910404; text-align: center; color: white;">View more</button>
<p v-if="!users.length" class="no-users">No nearby users found.</p>
</div>
</div>
Expand Down

0 comments on commit a1d5935

Please sign in to comment.