feat(web): add icon to TPL link

This commit is contained in:
Collin M. Barrett 2020-09-07 13:09:31 -05:00
parent eb0bfabd9d
commit e6d843f227

View file

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