Skip to content

Commit 06ec26f

Browse files
committed
feat: add indicator to distinguish tool feature request
1 parent c7c89dd commit 06ec26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/tools/[toolId]/+page.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ async function setReviewStatus({
204204
const username = locals.user?.username;
205205

206206
await sendSlack(
207-
`🟢 Tool <${toolUrl}|${tool?.displayName}> requested to be featured by ${
207+
`🟢🛠️ Tool <${toolUrl}|${tool?.displayName}> requested to be featured by ${
208208
username ? `<http://hf.co/${username}|${username}>` : "non-logged in user"
209209
}.`
210210
);

0 commit comments

Comments
 (0)