Skip to content

Commit

Permalink
[FM] Automated formating frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 6, 2024
1 parent 10c0cdb commit f7cfe2f
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
queryParamsHandling="preserve"
class="d-flex h-100 align-items-center ps-4 link-light cursor-pointer"
>
<img [attr.data-testId]="'logo'" alt="okr-logo" height="32" ngSrc="{{ this.logoSrc$ | async }}" width="140" priority />
<img
[attr.data-testId]="'logo'"
alt="okr-logo"
height="32"
ngSrc="{{ this.logoSrc$ | async }}"
width="140"
priority
/>
</a>
<div class="d-flex align-items-center me-md-5 me-1">
<button
Expand Down

0 comments on commit f7cfe2f

Please sign in to comment.