chore(docs): use explicit version in icon font example (#657)
This commit is contained in:
@@ -23,7 +23,7 @@ Phosphor is available for [web](https://github.com/phosphor-icons/web), [React](
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script src="https://unpkg.com/@phosphor-icons/web"></script>
|
<script src="https://unpkg.com/@phosphor-icons/web@2.1.1"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<i class="ph ph-smiley"></i>
|
<i class="ph ph-smiley"></i>
|
||||||
|
|||||||
Reference in New Issue
Block a user