Skip to content

Commit

Permalink
Move motion block recommendation text after icon (#2979)
Browse files Browse the repository at this point in the history
  • Loading branch information
reiterl authored Nov 7, 2023
1 parent 079bebf commit 0d1f2b2
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@
(click)="onFollowRecButton()"
[disabled]="isFollowButtonDisabledObservable() | async"
>
<os-icon-container
icon="done_all"
[iconTooltip]="'Follow recommendations for all motions' | translate"
></os-icon-container>
<os-icon-container icon="done_all">
{{ 'Follow recommendations for all motions' | translate }}
</os-icon-container>
</button>
</div>
</os-head-bar>
Expand Down

0 comments on commit 0d1f2b2

Please sign in to comment.