mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(web): ♻ use IE icon for TPL footer link
This commit is contained in:
parent
51a53b3869
commit
707ea42413
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue