mirror of
https://github.com/Lissy93/awesome-privacy.git
synced 2026-03-11 08:55:33 +00:00
Adds link to iOS app for each service, if exists
This commit is contained in:
parent
7197fab9da
commit
4c44b8b87c
1 changed files with 6 additions and 0 deletions
|
|
@ -197,6 +197,12 @@ const getApiEndpoint = () => {
|
|||
<a href={`https://tosdr.org/en/service/${tosdrId}`}>{`tosdr.org/en/service/${tosdrId}`}</a>
|
||||
</li>
|
||||
)}
|
||||
{ iosApp && (
|
||||
<li>
|
||||
<b>iOS App:</b>
|
||||
<a href={iosApp}>{formatLink(iosApp)}</a>
|
||||
</li>
|
||||
)}
|
||||
{ url && (
|
||||
<li>
|
||||
<b>Web info:</b>
|
||||
|
|
|
|||
Loading…
Reference in a new issue