Skip to content

Commit

Permalink
📝 (Backend.jsx): update JAVA skill name to remove "(Basic)" suffix
Browse files Browse the repository at this point in the history
The skill name for JAVA has been updated to remove the "(Basic)" suffix, as it is unnecessary and does not provide any additional information.
  • Loading branch information
Milan-960 committed Nov 11, 2024
1 parent 53ead0f commit 14965be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/About/TechSkills/Backend.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const Backend = () => {
link: "https://expressjs.com/",
},
{
name: "JAVA (Basic)",
name: "JAVA ",
link: "https://www.java.com/en/",
},
];
Expand Down

0 comments on commit 14965be

Please sign in to comment.