File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1010 />
1111 < link
1212 rel ="stylesheet "
13- href ="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.17.0 /devicon.min.css "
13+ href ="https://cdn.jsdelivr.net/gh/devicons/devicon@latest /devicon.min.css "
1414 />
1515 < link rel ="icon " type ="image/svg+xml " href ="/davejs-icon.svg " />
1616 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ type Skill = { label: string; icon?: string };
88const skills : Skill [ ] = [
99 { label : 'TypeScript' , icon : 'typescript-plain' } ,
1010 { label : 'React' , icon : 'react-plain' } ,
11+ { label : 'Terraform' , icon : 'terraform-plain' } ,
1112 { label : 'HTML' , icon : 'html5-plain' } ,
1213 { label : 'CSS' , icon : 'css3-plain' } ,
1314 { label : 'Tailwind' , icon : 'tailwindcss-original' } ,
Original file line number Diff line number Diff line change @@ -119,13 +119,13 @@ export const work: Work[] = [
119119 ] ,
120120 tags : [
121121 { label : 'TypeScript' , icon : 'typescript-plain' } ,
122- { label : 'Vue' , icon : 'vuejs-plain ' } ,
122+ { label : 'Vue' , icon : 'vuejs-original ' } ,
123123 { label : 'Pinia' } ,
124124 { label : 'Sass' , icon : 'sass-plain' } ,
125125 { label : 'Storybook' , icon : 'storybook-plain' } ,
126126 { label : 'Testing Library' } ,
127- { label : 'Vite' } ,
128- { label : 'Vitest' } ,
127+ { label : 'Vite' , icon : 'vitejs-original' } ,
128+ { label : 'Vitest' , icon : 'vitest-original' } ,
129129 { label : 'Jest' , icon : 'jest-plain' } ,
130130 { label : 'express' , icon : 'express-original' } ,
131131 { label : 'Amplitude' } ,
You can’t perform that action at this time.
0 commit comments