Skip to content

Commit

Permalink
add back text size
Browse files Browse the repository at this point in the history
  • Loading branch information
hsteuernagel committed Sep 13, 2024
1 parent 46a15e8 commit 6c96a7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/js/src/admin/user/component/send_login_link.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
class="button text-sm"
type="button"
@click="sendReset">Send Login Link</button>
<div v-if="state.matches('sending')">
<div v-if="state.matches('sending')" class="text-sm">
Sending…
</div>
<div v-if="state.matches('sent')">
<div v-if="state.matches('sent')" class="text-sm">
Sent
</div>
</div>
Expand Down

0 comments on commit 6c96a7d

Please sign in to comment.