Skip to content

Commit

Permalink
Update app.component.html
Browse files Browse the repository at this point in the history
WeihanLi authored Dec 26, 2024
1 parent 298336b commit 49b3db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
<button mat-button class="app-menu-button" (click)="sidenav.toggle()">
<i class="material-icons">menu</i>
</button>
<span class="title" routerLink="/" i18n>{{title}}</span>
<span class="title" routerLink="/">{{title}}</span>
</mat-toolbar>
</header>
<section class="app-content" style="margin: 58px auto 0;max-width:1280px;">

0 comments on commit 49b3db2

Please sign in to comment.