Element/Embed directory
This commit is contained in:
5
packages/app/src/Element/Embed/NostrNestsEmbed.tsx
Normal file
5
packages/app/src/Element/Embed/NostrNestsEmbed.tsx
Normal file
@ -0,0 +1,5 @@
|
||||
const NostrNestsEmbed = ({ link }: { link: string }) => (
|
||||
<iframe src={link} allow="microphone" width="480" height="680" style={{ maxHeight: 680 }}></iframe>
|
||||
);
|
||||
|
||||
export default NostrNestsEmbed;
|
Reference in New Issue
Block a user