mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
77e87a2f15
commit
51a53b3869
1 changed files with 7 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ import {
|
|||
FileExclamationOutlined,
|
||||
FormOutlined,
|
||||
GithubOutlined,
|
||||
GlobalOutlined,
|
||||
HomeOutlined,
|
||||
MailOutlined,
|
||||
MessageOutlined,
|
||||
|
|
@ -120,6 +121,12 @@ export const ListInfoDrawer = (props: RouteComponentProps & Props) => {
|
|||
title={`View ${list.name}'s homepage.`}
|
||||
icon={<HomeOutlined />}
|
||||
/>
|
||||
<LinkButton
|
||||
url={list.onionUrl}
|
||||
text="Onion (Tor)"
|
||||
title={`View ${list.name}'s onion/tor homepage.`}
|
||||
icon={<GlobalOutlined />}
|
||||
/>
|
||||
<LinkButton
|
||||
url={list.policyUrl}
|
||||
text="Policy"
|
||||
|
|
|
|||
Loading…
Reference in a new issue