Skip to content

Commit

Permalink
ClaimTips: Add title
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Apr 30, 2020
1 parent 9ab1485 commit 966cee2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/popup/router/pages/ClaimTips.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<template>
<div class="claim-tips popup">
<p class="primary-title text-left mb-8 f-16">
URL to claim tips for
</p>
<Input size="m-0 sm" v-model="url" :error="!normalizedUrl" />

<Button @click="claimTips" :disabled="!normalizedUrl">
Expand Down

1 comment on commit 966cee2

@davidyuk
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.