From 251a94dbf21ada4ff95d3289e66391cd6cc2130a Mon Sep 17 00:00:00 2001 From: Marvin Scham Date: Fri, 18 Mar 2022 20:38:59 +0100 Subject: [PATCH] FontAwesome fix test --- config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.yml b/config.yml index dbebf90..79f77cd 100644 --- a/config.yml +++ b/config.yml @@ -43,7 +43,7 @@ colors: services: - name: 'Service' - icon: 'fa-solid fa-bell-concierge' + icon: 'fas fa-bell-concierge' items: - name: 'Homer Theme' logo: 'assets/tools/walkx.png' # Change github.png to the name of your own custom icon! @@ -54,7 +54,7 @@ services: target: '_blank' - name: 'Maintenance' - icon: 'fa-solid fa-gear' + icon: 'fas fa-gear' items: - name: 'Homer Theme' logo: 'assets/tools/walkx.png' # Change github.png to the name of your own custom icon! @@ -65,7 +65,7 @@ services: target: '_blank' - name: 'Backend' - icon: 'fa-solid fa-wrench' + icon: 'fas fa-wrench' items: - name: 'The original reddit post!' logo: 'assets/tools/reddit.png'