Skip to content

Commit

Permalink
Added link to docs for In-browser E2EE
Browse files Browse the repository at this point in the history
  • Loading branch information
ItalyPaleAle committed Dec 7, 2020
1 parent 65f1b91 commit befe766
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions ui/src/app/components/SettingsModal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,21 @@
<div class="space-y-4">
<h1 class="flex text-2xl break-all text-accent-300">Advanced</h1>
<div class="mx-2">
<button on:click={toggleWasm}>
<button class="mr-2" on:click={toggleWasm}>
{#if $wasm}
<i class="fa fa-check-square-o fa-lg mr-2" aria-hidden="true"></i>
<span class="sr-only">Currently enabled</span>
{:else}
<i class="fa fa-square-o fa-lg mr-2" aria-hidden="true"></i>
<span class="sr-only">Currently disabled</span>
{/if}
In-Browser End-to-End Encryption
In-browser End-to-End Encryption
</button>
<a href="https://bit.ly/prvt-ibe2ee" class="text-sm"
aria-label="More information on In-browser E2EE"
title="More information on In-browser E2EE">
<i class="fa fa-question-circle" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit befe766

Please sign in to comment.