This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git

commit e28deba63b954f1e6caa611240d6682e3a2b2169
Author: Mattias Reichel <[email protected]>
AuthorDate: Wed Oct 29 09:59:32 2025 +0100

    use available icon style
---
 site/src/site/pages/learn.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/src/site/pages/learn.groovy b/site/src/site/pages/learn.groovy
index d46d344..f5c620f 100644
--- a/site/src/site/pages/learn.groovy
+++ b/site/src/site/pages/learn.groovy
@@ -121,7 +121,7 @@ layout 'layouts/main.groovy', true,
                                             if(video.slidesUrl || 
video.codeUrl) {
                                                 p(class: 'urls') {
                                                     if (video.slidesUrl) {
-                                                        i(class: 'fa-classic 
fa-regular fa-photo-film') {}
+                                                        i(class: 'fa-classic 
fa-solid fa-photo-film') {}
                                                         yield ' '
                                                         a(href: 
video.slidesUrl, 'slides')
                                                     }

Reply via email to