Skip to content

Commit

Permalink
Fixup formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
akabiru committed Dec 17, 2024
1 parent 2ad28a0 commit dcc2235
Showing 1 changed file with 14 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
<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">
<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 dcc2235

Please sign in to comment.