Skip to content

Commit

Permalink
Consistently format SVGs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Dec 1, 2023
1 parent 296a323 commit 29aaf59
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion public/assets/icons/app.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/assets/scripts/custom-elements/icon.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class IconElement extends LitElement {
render() {
return html`
<svg part="svg" width="1em" height="1em" aria-hidden="true">
<use part="use" href="${this.url}#${this.name}"></use>
<use part="use" href="${this.url}#${this.name}" />
</svg>
`;
}
Expand Down
8 changes: 3 additions & 5 deletions public/assets/vectors/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 29aaf59

Please sign in to comment.