Add space

This commit is contained in:
Erin Song 2025-04-02 22:39:48 -07:00
parent 6ea38c3a07
commit dbf9eb4b84
No known key found for this signature in database

View file

@ -15,7 +15,7 @@ export const domain_purpose_choice_callbacks = {
showElement(element);
// change just the text inside the em tag
const labelElement = element.querySelector('p em');
labelElement.innerHTML = 'Explain why a new domain name is needed instead of using a' +
labelElement.innerHTML = 'Explain why a new domain name is needed instead of using a ' +
'subdomain of an existing website.' +
'<br><br>' + // Adding double line break for spacing
'Include any information or data that shows how the new domain would ' +