@@ -15,7 +15,7 @@ import {
15
15
FaYoutube ,
16
16
FaInstagram
17
17
} from 'react-icons/fa6' ;
18
- import { IoStar } from 'react-icons/io5' ;
18
+ import { IoStarSharp } from 'react-icons/io5' ;
19
19
20
20
import { cols } from '../styles/styles.module.css' ;
21
21
@@ -86,35 +86,28 @@ const Footer = () => {
86
86
< a
87
87
href = "https://www.youtube.com/c/TheCodingTrain/"
88
88
aria-label = "Youtube" >
89
- < FaYoutube size = { 30 } color = "var(--text-color)" />
89
+ < FaYoutube size = { 30 } />
90
90
< span > Youtube</ span >
91
91
</ a >
92
92
</ li >
93
93
< li >
94
94
< a
95
95
href = "https://www.twitch.tv/codingtrainchoochoo"
96
96
aria-label = "Twitch" >
97
- < FaTwitch size = { 30 } color = "var(--text-color)" />
97
+ < FaTwitch size = { 30 } />
98
98
< span > Twitch</ span >
99
99
</ a >
100
100
</ li >
101
101
102
102
< li >
103
103
< a href = "https://nebula.tv/codingtrain" aria-label = "Nebula" >
104
- { /* <Nebula width={30} /> */ }
105
- < IoStar
106
- size = { 30 }
107
- color = "var(--text-color)"
108
- style = { {
109
- rotate : '45deg'
110
- } }
111
- />
104
+ < IoStarSharp size = { 30 } style = { { transform : 'scaleY(-1)' } } />
112
105
< span > Nebula</ span >
113
106
</ a >
114
107
</ li >
115
108
< li >
116
109
< a href = "https://twitter.com/thecodingtrain" aria-label = "Twitter" >
117
- < FaTwitter size = { 30 } color = "var(--text-color)" />
110
+ < FaTwitter size = { 30 } />
118
111
< span > Twitter</ span >
119
112
</ a >
120
113
</ li >
@@ -123,19 +116,19 @@ const Footer = () => {
123
116
< a
124
117
href = "https://www.instagram.com/the.coding.train/"
125
118
aria-label = "Instagram" >
126
- < FaInstagram size = { 30 } color = "var(--text-color)" />
119
+ < FaInstagram size = { 30 } />
127
120
< span > Instagram</ span >
128
121
</ a >
129
122
</ li >
130
123
< li >
131
124
< a href = "https://thecodingtrain.com/discord" aria-label = "Discord" >
132
- < FaDiscord size = { 30 } color = "var(--text-color)" />
125
+ < FaDiscord size = { 30 } />
133
126
< span > Discord</ span >
134
127
</ a >
135
128
</ li >
136
129
< li >
137
130
< a href = "https://github.com/CodingTrain" aria-label = "GitHub" >
138
- < FaGithub size = { 30 } color = "var(--text-color)" />
131
+ < FaGithub size = { 30 } />
139
132
< span > GitHub</ span >
140
133
</ a >
141
134
</ li >
0 commit comments