mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-12-23 11:21:26 +00:00
remove embed prefix until a translation can be added
This commit is contained in:
parent
5109118525
commit
924e670699
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ export class MetadataCard extends Component<
|
||||||
allowFullScreen
|
allowFullScreen
|
||||||
className="post-metadata-iframe"
|
className="post-metadata-iframe"
|
||||||
src={post.embed_video_url}
|
src={post.embed_video_url}
|
||||||
title={"Embedded Video: " + post.embed_title}
|
title={post.embed_title}
|
||||||
></iframe>
|
></iframe>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in a new issue