diff --git a/sites/org/components/layouts/post.mjs b/sites/org/components/layouts/post.mjs index b60e496f3aa..1f1b3f5f987 100644 --- a/sites/org/components/layouts/post.mjs +++ b/sites/org/components/layouts/post.mjs @@ -84,7 +84,7 @@ const createIssue = async ({ account, setLoadingStatus, title, body, backend, se const issueData = { title, body: account ? `${body}\n\n${userCard(account.id || false)}` : body, - labels: ['%3A%2B1%3A+good+first+issue'], + labels: [':+1: good first issue', 'author claim'], } const result = await backend.createIssue(issueData) if (result.success) {