Skip to content

Commit

Permalink
Merge pull request #78 from nandanreddyp/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
ravikumawat7716 authored Nov 12, 2024
2 parents 2e2e1a8 + 74e3b85 commit f379696
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

1 comment on commit f379696

@vercel
Copy link

@vercel vercel bot commented on f379696 Nov 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sundarbans – ./

sundarbans-git-main-sundarbans-projects.vercel.app
sundarbans-sundarbans-projects.vercel.app

Please sign in to comment.