diff --git a/website/src/docs/Icon.jsx b/website/src/docs/Icon.jsx index 91583e50..48b05d87 100644 --- a/website/src/docs/Icon.jsx +++ b/website/src/docs/Icon.jsx @@ -2,7 +2,14 @@ export function Icon({ type }) { if (type === 'skip') { // !Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc. return ( - + );