add Nostr Nests embed (#377)
* add Nostr Nests embed * remove wildcard * fix import to match import convention * always show link, but hide iframe when necessary
This commit is contained in:
5
packages/app/src/Element/NostrNestsEmbed.tsx
Normal file
5
packages/app/src/Element/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