File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ <h1 class="h5 my-2">
189189 < span class ="m-2 ">
190190 < a class ="text-reset text-decoration-none " href ="https://github.com/sponsors/kishikawakatsumi "
191191 target ="_blank " rel ="nofollow noopener noreferrer ">
192- < span class ="far fa-heart "> </ span > < span class ="m-2 "> Donate</ span > </ a >
192+ < span class ="fa-solid fa-heart" style =" color: #bf3989; "> </ span > < span class ="m-2 "> Donate</ span > </ a >
193193 </ span >
194194 </ div >
195195 </ footer >
Original file line number Diff line number Diff line change 22
33import { config , library , dom } from "@fortawesome/fontawesome-svg-core" ;
44import {
5- faBracketsCurly ,
65 faFlag ,
76 faOctagonXmark ,
8- faPlay ,
7+ faHeart ,
98} from "@fortawesome/pro-solid-svg-icons" ;
109import {
1110 faAt ,
1211 faCheck ,
1312 faCommentAltSmile ,
14- faHeart ,
1513} from "@fortawesome/pro-regular-svg-icons" ;
1614import { faMonitorHeartRate } from "@fortawesome/pro-light-svg-icons" ;
17- import { faSpinnerThird } from "@fortawesome/pro-duotone-svg-icons" ;
1815import { faSwift , faGithub } from "@fortawesome/free-brands-svg-icons" ;
1916
2017config . searchPseudoElements = true ;
2118library . add (
22- faBracketsCurly ,
2319 faFlag ,
2420 faOctagonXmark ,
25- faPlay ,
21+ faHeart ,
2622
2723 faAt ,
2824 faCheck ,
2925 faCommentAltSmile ,
30- faHeart ,
3126
3227 faMonitorHeartRate ,
3328
34- faSpinnerThird ,
35-
3629 faSwift ,
3730 faGithub
3831) ;
You can’t perform that action at this time.
0 commit comments