File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
import { BiBook , BiMessageDetail , BiStar } from 'react-icons/bi'
2
2
import { IoHomeOutline } from 'react-icons/io5'
3
+ import { PiTestTubeFill } from 'react-icons/pi'
3
4
import { RiLinkedinFill , RiMailLine , RiTwitterXFill } from 'react-icons/ri'
4
5
import {
5
6
SiCss3 ,
@@ -115,7 +116,7 @@ export const skills = [
115
116
Icon : SiCss3
116
117
} ,
117
118
{
118
- name : 'Tailwindcss ' ,
119
+ name : 'Tailwind CSS ' ,
119
120
Icon : SiTailwindcss
120
121
} ,
121
122
{
@@ -138,18 +139,18 @@ export const skills = [
138
139
name : 'Astro' ,
139
140
Icon : SiAstro
140
141
} ,
142
+ {
143
+ name : 'Testing' ,
144
+ Icon : PiTestTubeFill
145
+ } ,
141
146
{
142
147
name : 'Node.js' ,
143
148
Icon : SiNodedotjs
144
149
} ,
145
150
{
146
- name : 'Mongodb ' ,
151
+ name : 'MongoDB ' ,
147
152
Icon : SiMongodb
148
153
} ,
149
- {
150
- name : 'MySQL' ,
151
- Icon : SiMysql
152
- } ,
153
154
{
154
155
name : 'Git' ,
155
156
Icon : SiGit
You can’t perform that action at this time.
0 commit comments