chore(docs): use explicit version in icon font example (#657)

This commit is contained in:
rektdeckard
2024-12-23 22:22:23 -07:00
parent 363e86fada
commit b99c50d61f

View File

@@ -23,7 +23,7 @@ Phosphor is available for [web](https://github.com/phosphor-icons/web), [React](
<!doctype html>
<html>
<head>
<script src="https://unpkg.com/@phosphor-icons/web"></script>
<script src="https://unpkg.com/@phosphor-icons/web@2.1.1"></script>
</head>
<body>
<i class="ph ph-smiley"></i>