From c70cd01971b8d39636388f81e5bbdc878f8c3add Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 11 Jun 2020 17:58:00 +0200 Subject: [PATCH] Fix css --- htdocs/theme/eldy/main_menu_fa_icons.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/main_menu_fa_icons.inc.php b/htdocs/theme/eldy/main_menu_fa_icons.inc.php index b77dc86765c..2286f19e355 100644 --- a/htdocs/theme/eldy/main_menu_fa_icons.inc.php +++ b/htdocs/theme/eldy/main_menu_fa_icons.inc.php @@ -124,7 +124,7 @@ div.mainmenu.tools::before { } div.mainmenu.website::before { - content: "\f542"; + content: "\f57d"; } div.mainmenu.generic1::before {