From 0a6b0c6329c945ebaac60d4cee97653e4ff66341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlia=20Strauch?= <83724983+iJuulia@users.noreply.github.com> Date: Tue, 20 Aug 2024 17:45:33 -0300 Subject: [PATCH] add missing colon --- src/symbol-icon-theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/symbol-icon-theme.json b/src/symbol-icon-theme.json index 7f82ada9..01ef4e3a 100644 --- a/src/symbol-icon-theme.json +++ b/src/symbol-icon-theme.json @@ -153,7 +153,7 @@ "firebase": { "iconPath": "./icons/files/firebase.svg" }, "fresh": { "iconPath": "./icons/files/fresh.svg" }, "fsharp": { "iconPath": "./icons/files/fsharp.svg" }, - "func": { "iconPath": "./icons/files/func.svg" } + "func": { "iconPath": "./icons/files/func.svg" }, "gatsby": { "iconPath": "./icons/files/gatsby.svg" }, "gif": { "iconPath": "./icons/files/gif.svg" }, "github": { "iconPath": "./icons/files/github.svg" },