Skip to content

Commit

Permalink
minor ui changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ravikumawat7716 committed Jan 10, 2024
1 parent 0901452 commit a272f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<router-link v-if="upcomingEvents && upcomingEvents.length > 0"
:to="'/event/' + (upcomingEvents[0].slug || '')">
<button
class="px-5 py-2 mt-6 text-sm font-medium leading-5 text-center text-white capitalize dark:bg-white bg-black rounded-lg hover:bg-blue-500 lg:mx-0 lg:w-auto focus:outline-none">
class="px-5 py-2 mt-6 text-sm font-medium leading-5 text-center text-white dark:text-black capitalize dark:bg-white bg-black rounded-lg hover:bg-blue-500 lg:mx-0 lg:w-auto focus:outline-none">
Participate in {{ upcomingEvents[0].title }}
</button>
</router-link>
Expand Down

0 comments on commit a272f2b

Please sign in to comment.