Skip to content

Commit

Permalink
Doc: broken youtube-player info (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
keshapudelev authored Sep 7, 2024
1 parent dcf6298 commit e5c2151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/scripts/content/youtube-player.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function stateChange(event) {
</ScriptYouTubePlayer>
</div>
<div class="text-center">
<UAlert v-if="!isLoaded" class="mb-5" size="sm" color="blue" variant="soft" title="Click to load" description="Clicking the video will load the Vimeo iframe and start the video." />
<UAlert v-if="!isLoaded" class="mb-5" size="sm" color="blue" variant="soft" title="Click to load" description="Clicking the video will load the Youtube iframe and start the video." />
<UButton v-if="isLoaded && !isPlaying" @click="play">
Play Video
</UButton>
Expand Down

0 comments on commit e5c2151

Please sign in to comment.