From e6d843f227ee1587caef446cd86904cbdd7d9f3a Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 7 Sep 2020 13:09:31 -0500 Subject: [PATCH] =?UTF-8?q?feat(web):=20=E2=9C=A8=20add=20icon=20to=20TPL?= =?UTF-8?q?=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/App.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index 90905c2f6..53716e1aa 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -2,6 +2,7 @@ import { ApiOutlined, DollarOutlined, GithubOutlined, + GlobalOutlined, TeamOutlined, TwitterOutlined, } from "@ant-design/icons"; @@ -151,7 +152,7 @@ const Tpl = () => ( href="/tpl.html" title="FilterLists Tracking Protection Lists (TPL) for Internet Explorer" > - TPL (IE) + TPL (IE) );