diff --git a/apps/tk/src/hooks/daily.ts b/apps/tk/src/hooks/daily.ts index c0d96b85..6cf12b86 100644 --- a/apps/tk/src/hooks/daily.ts +++ b/apps/tk/src/hooks/daily.ts @@ -112,7 +112,8 @@ export function execute(client: Client) { name: "Topics", value: `${problem.topicTags .map((top) => { - return `${top.name} - *https://leetcode.com/tag/${top.slug}*`; + const topic = `${top.name} - *https://leetcode.com/tag/${top.slug}*`; + return `||${topic}||`; }) .join("\n")}`, },