Fixed outdated fontawesome icon name (#3592)

This commit is contained in:
Andre_601
2022-02-18 10:52:27 +01:00
committed by GitHub
parent 2a223ff61f
commit 84e300dd09

View File

@@ -89,12 +89,12 @@ a valid path to any icon bundled with the theme, which are located in the
[`.icons`][custom icons] directory, and replacing `/` with `-`:
``` title="Icon"
:fontawesome-regular-laugh-wink:
:fontawesome-regular-face-laugh-wink:
```
<div class="result" markdown>
:fontawesome-regular-laugh-wink:
:fontawesome-regular-face-laugh-wink:
</div>