Skip to content

Commit

Permalink
show counter on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
jjabari-op committed Dec 13, 2024
1 parent 96b15aa commit 44f747c
Showing 1 changed file with 5 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
<button
class="button toolbar-icon d-flex flex-items-center"
data-test-selector="op-wp-reminder-button"
[attr.title]="buttonTitle"
(click)="openModal()"
>
<svg
clock-icon
class="button--icon"
size="small"
></svg>
<span *ngIf="(reminderCount$ | async) as reminderCount"
class="button--text text-small badge -secondary"
[textContent]="reminderCount">
<button class="button toolbar-icon d-flex flex-items-center" data-test-selector="op-wp-reminder-button"
[attr.title]="buttonTitle" (click)="openModal()">
<svg clock-icon class="button--icon" size="small"></svg>
<span *ngIf="(reminderCount$ | async) as reminderCount" class="ml-1 text-small badge -secondary"
[textContent]="reminderCount">
</span>
</button>

0 comments on commit 44f747c

Please sign in to comment.