File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ const socialLinks = [
164164 class = { ` social-icon ${iconColor } ` }
165165 >
166166 <span class = " social-icon-inner" >
167- <Icon name = { link .icon } size = " fa-lg" />
167+ <Icon name = { link .icon } style = " brands " size = " fa-lg" />
168168 </span >
169169 </a >
170170 );
Original file line number Diff line number Diff line change 22const {
33 name,
44 svg = false ,
5+ style= " solid" ,
56 class : className = " " ,
67 size = " " , // Default size (Tailwind)
78 label = " " ,
@@ -20,7 +21,7 @@ const {
2021 </svg >
2122) : (
2223 <i
23- class = { ` fa-solid fa-${name } ${size } ${className } ` }
24+ class = { ` fa-${ style } fa-${name } ${size } ${className } ` }
2425 aria-label = { label || undefined }
2526 role = { label ? role : " presentation" }
2627 aria-hidden = { ! label }
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ const externalDomain = new URL(Astro.site || "").hostname;
3131 </Fragment >
3232
3333 <body >
34-
3534 <header >
3635 <Header />
3736 </header >
You can’t perform that action at this time.
0 commit comments