File tree 1 file changed +40
-5
lines changed
1 file changed +40
-5
lines changed Original file line number Diff line number Diff line change 94
94
Share This
95
95
</p >
96
96
<div class =" flex items-center gap-3 mt-5" >
97
- <a href =" #" ><i data-feather =" twitter" ></i ></a >
98
- <a href =" #" ><i data-feather =" facebook" ></i ></a >
99
- <a href =" #" ><i data-feather =" instagram" ></i ></a >
100
- <a href =" #" ><i data-feather =" linkedin" ></i ></a >
101
- <a href =" #" ><i data-feather =" youtube" ></i ></a >
97
+ <a
98
+ href =" #"
99
+ class =" bg-gray-100 hover:bg-blue-400 hover:text-white p-2 rounded-lg shadow-sm"
100
+ ><i
101
+ data-feather =" twitter"
102
+ class =" w-5 h-5 text-gray-500 hover:text-white"
103
+ ></i
104
+ ></a >
105
+ <a
106
+ href =" #"
107
+ class =" bg-gray-100 hover:bg-blue-700 hover:text-white p-2 rounded-lg shadow-sm"
108
+ ><i
109
+ data-feather =" facebook"
110
+ class =" w-5 h-5 text-gray-500 hover:text-white"
111
+ ></i
112
+ ></a >
113
+ <a
114
+ href =" #"
115
+ class =" bg-gray-100 hover:bg-red-400 hover:text-white p-2 rounded-lg shadow-sm"
116
+ ><i
117
+ data-feather =" instagram"
118
+ class =" w-5 h-5 text-gray-500 hover:text-white"
119
+ ></i
120
+ ></a >
121
+ <a
122
+ href =" #"
123
+ class =" bg-gray-100 hover:bg-blue-500 hover:text-white p-2 rounded-lg shadow-sm"
124
+ ><i
125
+ data-feather =" linkedin"
126
+ class =" w-5 h-5 text-gray-500 hover:text-white"
127
+ ></i
128
+ ></a >
129
+ <a
130
+ href =" #"
131
+ class =" bg-gray-100 hover:bg-red-700 hover:text-white p-2 rounded-lg shadow-sm"
132
+ ><i
133
+ data-feather =" youtube"
134
+ class =" w-5 h-5 text-gray-500 hover:text-white"
135
+ ></i
136
+ ></a >
102
137
</div >
103
138
</div >
104
139
</div >
You can’t perform that action at this time.
0 commit comments