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">
189
189
< span class ="m-2 ">
190
190
< a class ="text-reset text-decoration-none " href ="https://github.com/sponsors/kishikawakatsumi "
191
191
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 >
193
193
</ span >
194
194
</ div >
195
195
</ footer >
Original file line number Diff line number Diff line change 2
2
3
3
import { config , library , dom } from "@fortawesome/fontawesome-svg-core" ;
4
4
import {
5
- faBracketsCurly ,
6
5
faFlag ,
7
6
faOctagonXmark ,
8
- faPlay ,
7
+ faHeart ,
9
8
} from "@fortawesome/pro-solid-svg-icons" ;
10
9
import {
11
10
faAt ,
12
11
faCheck ,
13
12
faCommentAltSmile ,
14
- faHeart ,
15
13
} from "@fortawesome/pro-regular-svg-icons" ;
16
14
import { faMonitorHeartRate } from "@fortawesome/pro-light-svg-icons" ;
17
- import { faSpinnerThird } from "@fortawesome/pro-duotone-svg-icons" ;
18
15
import { faSwift , faGithub } from "@fortawesome/free-brands-svg-icons" ;
19
16
20
17
config . searchPseudoElements = true ;
21
18
library . add (
22
- faBracketsCurly ,
23
19
faFlag ,
24
20
faOctagonXmark ,
25
- faPlay ,
21
+ faHeart ,
26
22
27
23
faAt ,
28
24
faCheck ,
29
25
faCommentAltSmile ,
30
- faHeart ,
31
26
32
27
faMonitorHeartRate ,
33
28
34
- faSpinnerThird ,
35
-
36
29
faSwift ,
37
30
faGithub
38
31
) ;
You can’t perform that action at this time.
0 commit comments