Skip to content

Commit 583a3eb

Browse files
gantoineclaude
andcommitted
fix(discord-presence): show "PostHog Code" as the preview card title
Match the live presence, whose title comes from the Discord application name. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 3a54c11 commit 583a3eb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

apps/code/src/renderer/features/settings/components/sections/DiscordPresencePreview.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ export function DiscordPresencePreview({
108108
</div>
109109

110110
<Flex direction="column" className="min-w-0 gap-0">
111-
<Text className="font-bold text-[15px] text-gray-12">PostHog</Text>
111+
<Text className="font-bold text-[15px] text-gray-12">
112+
PostHog Code
113+
</Text>
112114
<Text truncate className="text-[13px] text-gray-12">
113115
{details}
114116
</Text>

0 commit comments

Comments
 (0)