Skip to content

Commit

Permalink
Merge pull request #13055 from ethereum/deprecateVideoIframe
Browse files Browse the repository at this point in the history
Remove unused component VideoIframe
  • Loading branch information
nhsz authored May 28, 2024
2 parents 6dd2d15 + 5528839 commit d5e7f7d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
2 changes: 0 additions & 2 deletions src/components/MdComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ import InfoBanner from "./InfoBanner"
import IssuesList from "./IssuesList"
import LocaleDateTime from "./LocaleDateTime"
import MainArticle from "./MainArticle"
import VideoIframe from "./VideoIframe"

/**
* Base HTML elements
Expand Down Expand Up @@ -145,7 +144,6 @@ export const htmlElements = {
pre: Pre,
time: LocaleDateTime,
ul: UnorderedList,
iframe: VideoIframe,
...mdxTableComponents,
}

Expand Down
31 changes: 0 additions & 31 deletions src/components/VideoIframe/index.tsx

This file was deleted.

0 comments on commit d5e7f7d

Please sign in to comment.