diff --git a/src/popup/App.vue b/src/popup/App.vue index 744ee69..92ef8e1 100644 --- a/src/popup/App.vue +++ b/src/popup/App.vue @@ -31,16 +31,18 @@ Paste the API Key here 👇🏽 - +
- + - +

{{error}}

@@ -49,11 +51,21 @@ v-clipboard="() => alias" v-clipboard:success="clipboardSuccessHandler" v-clipboard:error="clipboardErrorHandler" - class="btn btn-success" + class="btn btn-success btn-block mb-3" >Copy to clipboard + + If an alias is already created for this website, it will be re-used. Otherwise a new one will be created. +
+ If you are using free plan, an alias will be picked randomly from your non-custom aliases. +
+
+ + Manage Aliases + +
@@ -159,4 +171,9 @@ export default { p { font-size: 20px; } + +em { + font-style: normal; + background-color: #FFFF00; +}