From efa636639bb7621093114913823c45945f35b894 Mon Sep 17 00:00:00 2001 From: elrumo Date: Sun, 6 Jun 2021 12:01:06 +0100 Subject: [PATCH] Added back function to reaplce '_' with spaces on appNames, which dates back to when we used GitHub to host them --- website/macos-big-sur-icons/src/components/UserIconCard.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/macos-big-sur-icons/src/components/UserIconCard.vue b/website/macos-big-sur-icons/src/components/UserIconCard.vue index f0f4697d..71314656 100644 --- a/website/macos-big-sur-icons/src/components/UserIconCard.vue +++ b/website/macos-big-sur-icons/src/components/UserIconCard.vue @@ -25,8 +25,7 @@

- {{icon.appName}} - + {{icon.appName.replaceAll("_", " ")}}