From f48049e128de5ee7c714806a4718b039bad864f8 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Tue, 7 Nov 2023 15:05:44 +0200 Subject: [PATCH] Fix icon class names --- data/en/sections/about.toml | 4 ++-- data/fi/sections/about.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/en/sections/about.toml b/data/en/sections/about.toml index b589d47..e16e4bb 100644 --- a/data/en/sections/about.toml +++ b/data/en/sections/about.toml @@ -16,12 +16,12 @@ url = "https://rossum.fi" [[socialLinks]] name = "Email" -icon = "fa fa-envelope" +icon = "fas fa-envelope" url = "marko@korhonen.cc" [[socialLinks]] name = "Phone" -icon = "fa fa-phone" +icon = "fas fa-phone" url = "+358407658800" [[socialLinks]] diff --git a/data/fi/sections/about.toml b/data/fi/sections/about.toml index 34f7ef8..c6ea596 100644 --- a/data/fi/sections/about.toml +++ b/data/fi/sections/about.toml @@ -16,12 +16,12 @@ url = "https://rossum.fi" [[socialLinks]] name = "Sähköposti" -icon = "fa fa-envelope" +icon = "fas fa-envelope" url = "marko@korhonen.cc" [[socialLinks]] name = "Puhelin" -icon = "fa fa-phone" +icon = "fas fa-phone" url = "+358407658800" [[socialLinks]]