Skip to content
Snippets Groups Projects
Unverified Commit c60880bc authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

fix(onboarding): remove superfluous <br /> (#29685)

parent 0f6d22a8
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ describe('workers/repository/onboarding/pr/pr-list', () => {
</details>
<br />
🚸 Branch creation will be limited to maximum 1 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for \`prhourlylimit\` for details.
......
......@@ -70,7 +70,7 @@ export function getPrList(
prHourlyLimit < branches.length
) {
prDesc += emojify(
`<br />\n\n:children_crossing: Branch creation will be limited to maximum ${prHourlyLimit} per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for \`prhourlylimit\` for details.\n\n`,
`\n\n:children_crossing: Branch creation will be limited to maximum ${prHourlyLimit} per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for \`prhourlylimit\` for details.\n\n`,
);
}
return prDesc;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment