Skip to content

Commit

Permalink
Revert "feat: add IFrameVideo component"
Browse files Browse the repository at this point in the history
This reverts commit 990a8d3.
  • Loading branch information
ryanwalters committed Jul 10, 2023
1 parent 851605a commit 6da5a0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
12 changes: 0 additions & 12 deletions src/components/MediaOverlay/Media/IFrameVideo/IFrameVideo.js

This file was deleted.

4 changes: 2 additions & 2 deletions src/components/MediaOverlay/Media/Media.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import DefaultAudio from './DefaultAudio/DefaultAudio';
import DefaultImage from './DefaultImage/DefaultImage';
import DefaultInfogram from './DefaultInfogram/DefaultInfogram';
import DefaultInteractive from './DefaultInteractive/DefaultInteractive';
import IFrameVideo from './IFrameVideo/IFrameVideo';
import DefaultVideo from './DefaultVideo/DefaultVideo';
import './Media.module.scss';

const Media = () => {
Expand All @@ -18,7 +18,7 @@ const Media = () => {
imageComponent: Image = DefaultImage,
infogramComponent: Infogram = DefaultInfogram,
interactiveComponent: Interactive = DefaultInteractive,
videoComponent: Video = IFrameVideo,
videoComponent: Video = DefaultVideo,
},
hideSidebarAndControls,
overlayRef,
Expand Down

0 comments on commit 6da5a0e

Please sign in to comment.