From 78af7dec6cdea7e845356082c2fb3dc9fa197c06 Mon Sep 17 00:00:00 2001 From: Sven <67653224+sv3nnie@users.noreply.github.com> Date: Wed, 18 Oct 2023 22:47:48 +0200 Subject: [PATCH] add slug to titles with space --- assets/custom-icons/_data/custom-icons.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/assets/custom-icons/_data/custom-icons.json b/assets/custom-icons/_data/custom-icons.json index 4f7501f28..00bde1eea 100644 --- a/assets/custom-icons/_data/custom-icons.json +++ b/assets/custom-icons/_data/custom-icons.json @@ -34,6 +34,7 @@ }, { "title": "Control D", + "slug": "controld", "hex": "5FD800" }, { @@ -83,9 +84,9 @@ "title": "KuCoin", "hex": "01BC8D" }, - { + { "title": "La Poste", - "slug": "laposte" + "slug": "laposte" }, { "title": "Microsoft" @@ -126,10 +127,12 @@ "color": "EF8300" }, { - "title": "Privacy Guides" + "title": "Privacy Guides", + "slug": "privacyguides" }, { - "title": "Privacy.com" + "title": "Privacy.com", + "slug": "privacy" }, { "title": "Proton" @@ -143,6 +146,7 @@ }, { "title": "Standard Notes", + "slug": "standardnotes", "hex": "2173E6" }, { @@ -154,6 +158,7 @@ }, { "title": "Trading 212", + "slug": "trading212", "hex": "4BA4DE" }, {