add Nostr Nests embed #377

Merged
SamSamskies merged 4 commits from add-nostrnests-embed into main 2023-03-03 19:05:11 +00:00
Showing only changes of commit 2e4b41d84e - Show all commits

View File

@ -1,5 +1,5 @@
const NostrNestsEmbed = ({ link }: { link: string }) => (
<iframe src={link} allow="microphone *;" width="480" height="680" style={{ maxHeight: 680 }}></iframe>
<iframe src={link} allow="microphone" width="480" height="680" style={{ maxHeight: 680 }}></iframe>
);
export default NostrNestsEmbed;