Skip to content

Commit

Permalink
Take down opt in video
Browse files Browse the repository at this point in the history
  • Loading branch information
Spicer Matthews committed Aug 20, 2024
1 parent 79db4b8 commit aebc6db
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -876,26 +876,6 @@ const Index = ({ data: fallbackData, userAgent }) => {
</a>
)}

{user && (
<>
<iframe
title="opt-in-video"
frameBorder="0"
allowtransparency="true"
src={`${process.env.NEXT_PUBLIC_API_ENDPOINT}/v5/iframe/opt-in-video?show=icon&user_id=${user.userId}&override=${sParams.OptInOverride}`}
style={{
height: 40,
width: 40,
border: 'none',
marginRight: 10,
backgroundColor: 'transparent',
}}
/>

<OptInVideo user={user} />
</>
)}

{user && (
<IconButton
style={{
Expand Down

0 comments on commit aebc6db

Please sign in to comment.