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 10
10
/>
11
11
< link
12
12
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 "
14
14
/>
15
15
< link rel ="icon " type ="image/svg+xml " href ="/davejs-icon.svg " />
16
16
< 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 };
8
8
const skills : Skill [ ] = [
9
9
{ label : 'TypeScript' , icon : 'typescript-plain' } ,
10
10
{ label : 'React' , icon : 'react-plain' } ,
11
+ { label : 'Terraform' , icon : 'terraform-plain' } ,
11
12
{ label : 'HTML' , icon : 'html5-plain' } ,
12
13
{ label : 'CSS' , icon : 'css3-plain' } ,
13
14
{ label : 'Tailwind' , icon : 'tailwindcss-original' } ,
Original file line number Diff line number Diff line change @@ -119,13 +119,13 @@ export const work: Work[] = [
119
119
] ,
120
120
tags : [
121
121
{ label : 'TypeScript' , icon : 'typescript-plain' } ,
122
- { label : 'Vue' , icon : 'vuejs-plain ' } ,
122
+ { label : 'Vue' , icon : 'vuejs-original ' } ,
123
123
{ label : 'Pinia' } ,
124
124
{ label : 'Sass' , icon : 'sass-plain' } ,
125
125
{ label : 'Storybook' , icon : 'storybook-plain' } ,
126
126
{ label : 'Testing Library' } ,
127
- { label : 'Vite' } ,
128
- { label : 'Vitest' } ,
127
+ { label : 'Vite' , icon : 'vitejs-original' } ,
128
+ { label : 'Vitest' , icon : 'vitest-original' } ,
129
129
{ label : 'Jest' , icon : 'jest-plain' } ,
130
130
{ label : 'express' , icon : 'express-original' } ,
131
131
{ label : 'Amplitude' } ,
You can’t perform that action at this time.
0 commit comments