Skip to content

Commit

Permalink
Dvorak/2602 Support icon now meets requirements (#2603)
Browse files Browse the repository at this point in the history
* Dvorak/2601 Support icon now meets requirements

* Replaced support mat-icon for svg icon from figma

* Deleted old styles
  • Loading branch information
AkunaPatlata authored Jul 21, 2024
1 parent da197a8 commit 50962a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</button>

<button mat-flat-button class="info-link" [routerLink]="'./info/support'">
<mat-icon>support</mat-icon>
<img src="./../../assets/icons/Support.svg" alt="Support" />
{{ 'ENUM.NAV_BAR_NAME.SUPPORT' | translate | uppercase }}
</button>

Expand Down
3 changes: 3 additions & 0 deletions src/assets/icons/Support.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 50962a6

Please sign in to comment.