This is an automated email from the ASF dual-hosted git repository.
hiedra pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 85f9581e53 Update reference FontAwesomeIcon pro css
85f9581e53 is described below
commit 85f9581e53a30092d8114e9d98d6bf5ddb6b6125
Author: hiedra <[email protected]>
AuthorDate: Fri Apr 26 01:11:13 2024 +0200
Update reference FontAwesomeIcon pro css
---
.../Icons/src/main/royale/org/apache/royale/icons/FontAwesomeIcon.as | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/frameworks/projects/Icons/src/main/royale/org/apache/royale/icons/FontAwesomeIcon.as
b/frameworks/projects/Icons/src/main/royale/org/apache/royale/icons/FontAwesomeIcon.as
index 0b328516e3..a884c9aae3 100644
---
a/frameworks/projects/Icons/src/main/royale/org/apache/royale/icons/FontAwesomeIcon.as
+++
b/frameworks/projects/Icons/src/main/royale/org/apache/royale/icons/FontAwesomeIcon.as
@@ -55,7 +55,7 @@ package org.apache.royale.icons
* var link = document.createElement("link");
* link.setAttribute("rel", "stylesheet");
* link.setAttribute("type", "text/css");
- * link.setAttribute("href",
"https://pro.fontawesome.com/releases/v5.13.0/css/all.css");
+ * link.setAttribute("href",
"https://pro.fontawesome.com/releases/v5.15.4/css/all.css");
* document.head.appendChild(link);
* </inject_script>
*