mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(web): ✨ add icon to TPL link
This commit is contained in:
parent
eb0bfabd9d
commit
e6d843f227
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue