From 2141f5627346791285fd0834fa263d5cebbca13a Mon Sep 17 00:00:00 2001 From: grafixeyehero Date: Sun, 26 May 2019 02:04:54 +0300 Subject: [PATCH] Add span class homeLibrarytext --- src/components/homesections/homesections.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/homesections/homesections.js b/src/components/homesections/homesections.js index c4f5d064b3..d756d91635 100644 --- a/src/components/homesections/homesections.js +++ b/src/components/homesections/homesections.js @@ -235,7 +235,7 @@ define(['connectionManager', 'cardBuilder', 'appSettings', 'dom', 'apphost', 'la break; } - html += '' + icon + '' + item.Name + ''; + html += '' + icon + '' + item.Name + ''; } html += '';