Update copy for browsers that can't register protocols

This commit is contained in:
Patrick O'Sullivan 2022-04-04 13:32:14 -05:00
parent f484ce6da6
commit ed9b58c3f9

View File

@ -77,7 +77,10 @@ export function InterfacePrefs() {
Automatically open urbit links when using this browser.
{!linkHandlingAllowed && (
<>
, <strong className="text-orange-500">requires HTTPS</strong>
,{' '}
<strong className="text-orange-500">
Unavailable with this browser/connection.
</strong>
</>
)}
</p>