We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c89dd commit 06ec26fCopy full SHA for 06ec26f
src/routes/tools/[toolId]/+page.server.ts
@@ -204,7 +204,7 @@ async function setReviewStatus({
204
const username = locals.user?.username;
205
206
await sendSlack(
207
- `🟢 Tool <${toolUrl}|${tool?.displayName}> requested to be featured by ${
+ `🟢🛠️ Tool <${toolUrl}|${tool?.displayName}> requested to be featured by ${
208
username ? `<http://hf.co/${username}|${username}>` : "non-logged in user"
209
}.`
210
);
0 commit comments