mirror of
https://github.com/BreizhHardware/portfolio.git
synced 2026-03-18 21:40:29 +01:00
Fix the bug with Administration système
This commit is contained in:
@@ -21,7 +21,7 @@ const Felix = {
|
||||
skillLevel: 50,
|
||||
},
|
||||
{
|
||||
skillName: "Administration Système",
|
||||
skillName: "Admin Système",
|
||||
skillLevel: 80,
|
||||
},
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ const iconClassName = "mx-auto text-4xl text-gray-800 dark:text-gray-200";
|
||||
const iconMapping = {
|
||||
"C": <FaCuttlefish className={iconClassName} />,
|
||||
"C++": <FaCuttlefish className={iconClassName} />,
|
||||
"Administration Système": <FaServer className={iconClassName} />,
|
||||
"Admin Système": <FaServer className={iconClassName} />,
|
||||
"Python": <FaPython className={iconClassName} />,
|
||||
"PHP": <FaPhp className={iconClassName} />,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user