Skip to content

Commit f006376

Browse files
Fix issue with sprite whitespace
1 parent 00f7fd6 commit f006376

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This Ruby program builds the [dpc.cms.gov](https://dpc.cms.gov/) website via [Je
88
99
- [Homebrew](https://brew.sh/)
1010
- [Ruby](https://www.ruby-lang.org/en/)
11-
- [Node.js](https://nodejs.org/en/download/) (v20 or higher required)
11+
- [Node.js](https://nodejs.org/en/download/) (v24 or higher required)
1212
- [npm](https://www.npmjs.com/get-npm)
1313

1414
## Installation

src/_includes/sprite.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
<svg aria-hidden="true"
2-
class="usa-icon usa-icon--size-{{ include.size }} {{ include.class }}"
3-
role="img"><use
4-
xlink:href="{{ '/assets/uswds/img/sprite.svg' | relative_url }}#{{ include.icon }}">
5-
</use>
6-
</svg>
1+
<svg aria-hidden="true" class="usa-icon usa-icon--size-{{ include.size }} {{ include.class }}"><use xlink:href="{{ '/assets/uswds/img/sprite.svg' | relative_url }}#{{ include.icon }}"></use></svg>

0 commit comments

Comments
 (0)