diff --git a/mcp/comment.ts b/mcp/comment.ts
index 6ef5c3d..7aedf2b 100644
--- a/mcp/comment.ts
+++ b/mcp/comment.ts
@@ -29,9 +29,11 @@ function buildCommentFooter(payload: Payload): string {
? `https://github.com/${repoContext.owner}/${repoContext.name}/actions/runs/${runId}`
: `https://github.com/${repoContext.owner}/${repoContext.name}`;
- return `---
+ return `
-
Triggered by [Pullfrog](https://pullfrog.ai) | Using [${agentDisplayName}](${agentUrl}) | [View workflow run](${workflowRunUrl}) | [](https://x.com/pullfrogai)`;
+---
+
+Triggered by [Pullfrog](https://pullfrog.ai) | Using [${agentDisplayName}](${agentUrl}) | [View workflow run](${workflowRunUrl}) | [𝕏](https://x.com/pullfrogai)`;
}
export const Comment = type({