hot fix reconnected component variable.

This commit is contained in:
Caretaker0699 2023-06-23 13:35:32 -07:00
parent 169f514a4e
commit 94cf81dcbf

View File

@ -83,9 +83,9 @@ const Section = ({
</div>
<div className="flex justify-start space-x-4">
{isMobile && !hasInteracted ? (
<VideoButton videoId={videoId} buttonText={buttonOneText} />
<VideoButton videoId={videoId} buttonOneText={buttonOneText} />
) : (
<VideoButton videoId={videoId} buttonText={buttonOneText} />
<VideoButton videoId={videoId} buttonOneText={buttonOneText} />
)}
{buttonLink && (
<Link