diff --git a/conf/init.json b/conf/init.json index d325ff3..5f5484d 100644 --- a/conf/init.json +++ b/conf/init.json @@ -19,7 +19,7 @@ { "name": "Domainlist", "to": "/domainlist", - "icon": "icon-contacts" + "icon": "icon-world" }, { "name": "Settings", diff --git a/src/icons.less b/src/icons.less index c362910..0850415 100644 --- a/src/icons.less +++ b/src/icons.less @@ -43,6 +43,7 @@ .icon-pie-graph:before { content: '\f2a5'; } /* '' */ .icon-paper-airplane:before { content: '\f2c3'; } /* '' */ .icon-contacts:before { content: '\f2d9'; } /* '' */ +.icon-world:before { content: '\f4d3'; } /* '' */ .icon-cube:before { content: '\f318'; } /* '' */ .icon-compass:before { content: '\f37c'; } /* '' */ .icon-arrow-down:before { content: '\f3d0'; } /* '' */