Element/Embed directory

This commit is contained in:
Martti Malmi
2023-09-28 12:20:39 +03:00
parent 1d3db500a6
commit 3b4f17dddf
23 changed files with 16 additions and 16 deletions

View 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;