Skip to content

Commit c105c0b

Browse files
[docs] Fix 301
1 parent d9018e8 commit c105c0b

File tree

1 file changed

+2
-2
lines changed
  • docs/data/material/components/icons

1 file changed

+2
-2
lines changed

docs/data/material/components/icons/icons.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,10 @@ const theme = createTheme({
303303

304304
## Font vs. SVGs: Which approach to use?
305305

306-
Both approaches work fine, however there are some subtle differences, especially in terms of performance and rendering quality.
306+
Both approaches work fine, however, there are some subtle differences, especially in terms of performance and rendering quality.
307307
Whenever possible SVG is preferred as it allows code splitting, supports more icons, and renders faster and better.
308308

309-
For more details, take a look at [why GitHub migrated from font icons to SVG icons](https://github.blog/2016-02-22-delivering-octicons-with-svg/).
309+
For more details, take a look at [why GitHub migrated from font icons to SVG icons](https://github.blog/engineering/delivering-octicons-with-svg/).
310310

311311
## Accessibility
312312

0 commit comments

Comments
 (0)