Skip to content

Commit 7241c2a

Browse files
committed
Update skills.tsx
1 parent 97a8d0f commit 7241c2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/data/skills.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const skills = [
22
{
33
name: "JavaScript",
44
badge:
5-
"https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black",
5+
"https://img.shields.io/badge/JavaScript-F0DB4F?style=for-the-badge&logo=javascript&logoColor=black",
66
},
77
{
88
name: "TypeScript",
@@ -37,7 +37,7 @@ export const skills = [
3737
{
3838
name: "Express",
3939
badge:
40-
"https://img.shields.io/badge/Express.js-000000?style=for-the-badge&logo=express&logoColor=white",
40+
"https://img.shields.io/badge/Express.js-242938?style=for-the-badge&logo=express&logoColor=white",
4141
},
4242
{
4343
name: "Vue.js",
@@ -47,7 +47,7 @@ export const skills = [
4747
{
4848
name: "Tailwind",
4949
badge:
50-
"https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white",
50+
"https://img.shields.io/badge/Tailwind-24BBBC?style=for-the-badge&logo=tailwind-css&logoColor=white",
5151
},
5252
// {
5353
// name: "HTML",
@@ -62,7 +62,7 @@ export const skills = [
6262
{
6363
name: "AWS",
6464
badge:
65-
"https://img.shields.io/badge/AWS-232F3E?style=for-the-badge&logo=amazonwebservices&logoColor=white",
65+
"https://img.shields.io/badge/AWS-202B3C?style=for-the-badge&logo=amazonwebservices&logoColor=white",
6666
},
6767
// {
6868
// name: "Azure",

0 commit comments

Comments
 (0)