Skip to content

Commit

Permalink
Adjust spacing around added class attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkorenfeld committed Oct 24, 2023
1 parent 46c91d3 commit 850091e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ module.exports = function (config) {
tokens[idx].content = content.replace('class="', 'class="usa-link usa-link--external ');
}
else {
tokens[idx].content = content.replace('>', 'class="usa-link usa-link--external" >');
tokens[idx].content = content.replace('>', ' class="usa-link usa-link--external">');
}
}
}
Expand Down

0 comments on commit 850091e

Please sign in to comment.