added a "Get Help" button to the popup UI
This commit is contained in:
@@ -60,8 +60,11 @@ tr {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.disclaimer {
|
||||
.help {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.disclaimer {
|
||||
font-size: 50%;
|
||||
color: green;
|
||||
}
|
||||
|
||||
@@ -56,6 +56,10 @@
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="help">
|
||||
<button @click='window.open("https://ursus.camp/nostore", "_blank")'>Get Help</button>
|
||||
</div>
|
||||
|
||||
<div class="disclaimer">
|
||||
No user data is collected or transmitted.
|
||||
All private keys are stored in the extension's sequestered local browser storage.
|
||||
|
||||
Reference in New Issue
Block a user