Skip to content

Commit

Permalink
Merge pull request #117 from FelipeMarques06/melhoriaMenu
Browse files Browse the repository at this point in the history
Adição de ícones aos itens do menu lateral
  • Loading branch information
FelipeMarques06 authored Feb 2, 2022
2 parents f9aefdf + b91c08c commit 6b2692d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/navegacao/navegacao.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<mat-accordion>
<mat-expansion-panel hideToggle>
<mat-expansion-panel-header>
<mat-icon>home</mat-icon>
<mat-panel-title>
Menu Principal
</mat-panel-title>
Expand All @@ -28,6 +29,7 @@
<mat-accordion>
<mat-expansion-panel hideToggle>
<mat-expansion-panel-header>
<mat-icon>book</mat-icon>
<mat-panel-title>
Livros
</mat-panel-title>
Expand All @@ -42,6 +44,7 @@
<mat-accordion>
<mat-expansion-panel hideToggle>
<mat-expansion-panel-header>
<mat-icon>library_books</mat-icon>
<mat-panel-title>
Biblioteconomia
</mat-panel-title>
Expand Down

0 comments on commit 6b2692d

Please sign in to comment.