Skip to content

Commit

Permalink
feat: add indicator to distinguish tool feature request
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarrazin committed Jan 13, 2025
1 parent c7c89dd commit 06ec26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/tools/[toolId]/+page.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ async function setReviewStatus({
const username = locals.user?.username;

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

0 comments on commit 06ec26f

Please sign in to comment.