Skip to content

Commit bec31e3

Browse files
committed
fixed logout button
1 parent 702cf27 commit bec31e3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

client/src/app/dashboard/header/header.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</div>
3333
<div class="navbar-expand ml-auto navbar-nav">
3434
<div class="navbar-nav">
35-
<a class="nav-item nav-link" (click)="authService.logout()" routerLink="/landingpage"><i class="fas fa-sign-out-alt"></i></a>
35+
<a class="nav-item nav-link" (click)="authService.logout()" routerLink="/landingpage"> Logout</a>
3636
</div>
3737
</div>
3838
</nav>

client/tsconfig.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"compileOnSave": false,
33
"compilerOptions": {
4+
"paths": {
5+
"core-js/es7/reflect": [
6+
"node_modules/core-js/proposals/reflect-metadata"
7+
]},
48
"baseUrl": "./",
59
"outDir": "./dist/out-tsc",
610
"sourceMap": true,

0 commit comments

Comments
 (0)