Spaces:
Running
Running
feat: add indicator to distinguish tool feature request
Browse files
src/routes/tools/[toolId]/+page.server.ts
CHANGED
@@ -204,7 +204,7 @@ async function setReviewStatus({
|
|
204 |
const username = locals.user?.username;
|
205 |
|
206 |
await sendSlack(
|
207 |
-
|
208 |
username ? `<http://hf.co/${username}|${username}>` : "non-logged in user"
|
209 |
}.`
|
210 |
);
|
|
|
204 |
const username = locals.user?.username;
|
205 |
|
206 |
await sendSlack(
|
207 |
+
`🟢🛠️ Tool <${toolUrl}|${tool?.displayName}> requested to be featured by ${
|
208 |
username ? `<http://hf.co/${username}|${username}>` : "non-logged in user"
|
209 |
}.`
|
210 |
);
|