Update index.tsx

This commit is contained in:
Amane Serenetia 2024-06-03 08:46:19 +07:00
parent 63ba901a31
commit e7beeb1f93

View File

@ -102,7 +102,7 @@ const Home = () => {
</BackgroundVideo>
{playbackFailed && (
<PlaybackNotification>
<p>Autoplay failed. Please allow playback.</p>
<p>Autoplay failed. Please allow playback to continue.</p>
<button onClick={handleAllowPlayback}>Allow Playback</button>
</PlaybackNotification>
)}