File tree 3 files changed +2156
-1934
lines changed
3 files changed +2156
-1934
lines changed Original file line number Diff line number Diff line change @@ -103,31 +103,31 @@ const Header = () => {
103
103
target = "_blank"
104
104
title = "Youtube Channel"
105
105
id = "youtube-channel"
106
- className = { `ri-youtube-fill cursor-pointer text-[#ffffff] hover:text-[#01d293 ]` }
106
+ className = { `ri-youtube-fill cursor-pointer text-[#ffffff] hover:text-[#FF0000 ]` }
107
107
rel = "noreferrer"
108
108
> </ Link >
109
109
< Link
110
110
href = "https://github.com/piyushgarg-dev/"
111
111
target = "_blank"
112
112
title = "github Account"
113
113
id = "github-account"
114
- className = { `ri-github-line text-[#ffffff] hover:text-[#01d293 ]` }
114
+ className = { `ri-github-line text-[#ffffff] hover:text-[#4b4a4a ]` }
115
115
rel = "noreferrer"
116
116
> </ Link >
117
117
< Link
118
118
href = "https://twitter.com/piyushgarg_dev"
119
119
target = "_blank"
120
120
title = "Twitter Account"
121
121
id = "twitter-account"
122
- className = { `ri-twitter-fill text-[#ffffff] hover:text-[#01d293 ]` }
122
+ className = { `ri-twitter-fill text-[#ffffff] hover:text-[#1DA1F2 ]` }
123
123
rel = "noreferrer"
124
124
> </ Link >
125
125
< Link
126
126
href = "https://www.linkedin.com/in/piyushgarg195/"
127
127
target = "_blank"
128
128
title = "linkedin Account"
129
129
id = "linkedin-account"
130
- className = { `ri-linkedin-fill text-[#ffffff] hover:text-[#01d293 ]` }
130
+ className = { `ri-linkedin-fill text-[#ffffff] hover:text-[#0e76a8 ]` }
131
131
rel = "noreferrer"
132
132
> </ Link >
133
133
</ p >
You can’t perform that action at this time.
0 commit comments