From 707ea4241375caf5397f1121bb09846ca4b673c6 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 12 Sep 2020 14:23:50 -0500 Subject: [PATCH] =?UTF-8?q?refactor(web):=20=E2=99=BB=20use=20IE=20icon=20?= =?UTF-8?q?for=20TPL=20footer=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index f2765b6f9..702367c8d 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -2,7 +2,7 @@ import { ApiOutlined, DollarOutlined, GithubOutlined, - GlobalOutlined, + IeOutlined, TeamOutlined, TwitterOutlined, } from "@ant-design/icons"; @@ -152,7 +152,7 @@ const Tpl = () => ( href="/tpl.html" title="FilterLists Tracking Protection Lists (TPL) for Internet Explorer" > - TPL (IE) + TPL (IE) );