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', () => { ...@@ -133,7 +133,7 @@ describe('workers/repository/onboarding/pr/pr-list', () => {
</details> </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. 🚸 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( ...@@ -70,7 +70,7 @@ export function getPrList(
prHourlyLimit < branches.length prHourlyLimit < branches.length
) { ) {
prDesc += emojify( 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; return prDesc;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment