added a "Get Help" button to the popup UI

This commit is contained in:
Ryan Breen
2023-01-20 01:55:17 -05:00
parent b17a7d1067
commit d11439aa9e
2 changed files with 8 additions and 1 deletions

View File

@@ -60,8 +60,11 @@ tr {
margin-bottom: 10px; margin-bottom: 10px;
} }
.disclaimer { .help {
margin-top: 15px; margin-top: 15px;
}
.disclaimer {
font-size: 50%; font-size: 50%;
color: green; color: green;
} }

View File

@@ -56,6 +56,10 @@
</table> </table>
</div> </div>
<div class="help">
<button @click='window.open("https://ursus.camp/nostore", "_blank")'>Get Help</button>
</div>
<div class="disclaimer"> <div class="disclaimer">
No user data is collected or transmitted. No user data is collected or transmitted.
All private keys are stored in the extension's sequestered local browser storage. All private keys are stored in the extension's sequestered local browser storage.