hot fix reconnected component variable.
This commit is contained in:
parent
169f514a4e
commit
94cf81dcbf
@ -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
|
||||
|
Reference in New Issue
Block a user