Skip to content

Commit

Permalink
Added hint on start button
Browse files Browse the repository at this point in the history
  • Loading branch information
imtiazkun committed Sep 8, 2024
1 parent 82fad00 commit e3c8205
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ import { Controls } from '../components/intro.vue';
</h1>
<p class="text-4xl text-white">IntroJs wrapper for VueJs</p>
<div class="my-5 flex gap-5 items-center text-center justify-center">
<button
data-intro="Click here to play the intro"
data-title="intro.vue"
v-on:click="Controls.play()"
<button data-intro="Click here to play the intro" data-title="intro.vue" v-on:click="Controls.play()"
class="text-xl px-8 py-2 bg-white border-2 border-white text-vue font-bold rounded-md hover:opacity-80 transition-opacity">Start</button>
<router-link
class="text-xl px-4 py-2 border-2 border-white text-white rounded-md hover:opacity-80 transition-opacity"
Expand Down

0 comments on commit e3c8205

Please sign in to comment.