1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

private mode component

This commit is contained in:
Kyle Spearrin
2018-04-13 22:08:24 -04:00
parent 31ddb97530
commit 4308947893
9 changed files with 62 additions and 10 deletions

View File

@@ -0,0 +1,6 @@
<div class="content">
<p class="text-center">{{privateModeMessage}}</p>
<button type="button" class="btn primary block" (click)="learnMore()">
<b>{{learnMoreMessage}}</b>
</button>
</div>