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 2f02c0ec14 - Show all commits

View File

@ -24,7 +24,7 @@ import TidalEmbed from "Element/TidalEmbed";
import { ProxyImg } from "Element/ProxyImg";
import TwitchEmbed from "Element/TwitchEmbed";
import AppleMusicEmbed from "Element/AppleMusicEmbed";
import NostrNestsEmbed from "./NostrNestsEmbed";
import NostrNestsEmbed from "Element/NostrNestsEmbed";
export default function HyperText({ link, creator }: { link: string; creator: HexKey }) {
const pref = useSelector((s: RootState) => s.login.preferences);