From db93716fef773fd82563dfbd8f91904eed12f188 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Thu, 29 Feb 2024 23:27:45 +0200 Subject: [PATCH] Fix percentage --- data/en/sections/about.toml | 2 +- data/fi/sections/about.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/en/sections/about.toml b/data/en/sections/about.toml index e080c0b..7987c2c 100644 --- a/data/en/sections/about.toml +++ b/data/en/sections/about.toml @@ -70,5 +70,5 @@ color = "orange" [[badges]] type = "soft-skill-indicator" name = "Planning" -percentage = 97 +percentage = 95 color = "pink" diff --git a/data/fi/sections/about.toml b/data/fi/sections/about.toml index 3b45aac..ecf228b 100644 --- a/data/fi/sections/about.toml +++ b/data/fi/sections/about.toml @@ -70,5 +70,5 @@ color = "orange" [[badges]] type = "soft-skill-indicator" name = "Suunnittelu" -percentage = 97 +percentage = 95 color = "pink"