refactor(web): ♻ use IE icon for TPL footer link

This commit is contained in:
Collin M. Barrett 2020-09-12 14:23:50 -05:00
parent 51a53b3869
commit 707ea42413

View file

@ -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"
>
<GlobalOutlined /> TPL (IE)
<IeOutlined /> TPL (IE)
</a>
</Tag>
);