From ffba1163e1c4358f17bbf9a52f8edfc2f6b07b20 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Tue, 7 Sep 2021 11:26:35 +0300 Subject: [PATCH] serverTechnologies --- src/features/about/components/TechnologiesComponent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/about/components/TechnologiesComponent.js b/src/features/about/components/TechnologiesComponent.js index 1c69214..b9bd5d4 100644 --- a/src/features/about/components/TechnologiesComponent.js +++ b/src/features/about/components/TechnologiesComponent.js @@ -15,7 +15,7 @@ const useStyles = makeStyles(styles); const serverTechnologies = [ { type: "C#", level: 85 }, - { type: "ProxyKit", level: 30 }, + { type: "ProxyKit", level: 25 }, { type: "Let's_Encrypt", level: 10 }, { type: "SQL Server", level: 15 }, { type: "Docker", level: 5 }