diff --git a/src/components/nostr/kinds/CommunikeyDetailRenderer.tsx b/src/components/nostr/kinds/CommunikeyDetailRenderer.tsx
index 388ee18..8f5e568 100644
--- a/src/components/nostr/kinds/CommunikeyDetailRenderer.tsx
+++ b/src/components/nostr/kinds/CommunikeyDetailRenderer.tsx
@@ -1,5 +1,6 @@
import type { NostrEvent } from "@/types/nostr";
-import { getTagValue, getTagValues } from "@/lib/nostr-utils";
+import { getTagValues } from "@/lib/nostr-utils";
+import { getTagValue } from "applesauce-core/helpers";
import { useProfile } from "@/hooks/useProfile";
import { UserName } from "../UserName";
import { Label } from "@/components/ui/label";
@@ -164,7 +165,7 @@ export function CommunikeyDetailRenderer({
{section.kinds.length > 0 && (
{section.kinds.map((kind) => (
-