Skip to content

Commit 4d61ba7

Browse files
authored
Replace "xlink:href" with "href" (#1070)
1 parent a718a7e commit 4d61ba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Include an icon on your page with the following markup:
194194
stroke-linecap="round"
195195
stroke-linejoin="round"
196196
>
197-
<use xlink:href="path/to/feather-sprite.svg#circle"/>
197+
<use href="path/to/feather-sprite.svg#circle"/>
198198
</svg>
199199
```
200200

@@ -216,7 +216,7 @@ However, this markup can be simplified using a simple CSS class to avoid repetit
216216

217217
```html
218218
<svg class="feather">
219-
<use xlink:href="path/to/dist/feather-sprite.svg#circle"/>
219+
<use href="path/to/dist/feather-sprite.svg#circle"/>
220220
</svg>
221221
```
222222
### Figma

0 commit comments

Comments
 (0)