Skip to content

Commit

Permalink
header button
Browse files Browse the repository at this point in the history
  • Loading branch information
LyudmilNikolov committed Dec 30, 2023
1 parent 1901310 commit 5217d65
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/chunk-UQTD4RNL.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/chunk-YJ4VLMTK.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
</style><link rel="stylesheet" href="styles-7OMEZE3W.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles-7OMEZE3W.css"></noscript><link rel="modulepreload" href="chunk-DUP3M6TR.js"><link rel="modulepreload" href="chunk-4QGH6AHH.js"></head>
<body>
<app-root></app-root>
<script src="polyfills-LZBJRJJE.js" type="module"></script><script src="main-QEWU22MJ.js" type="module"></script></body>
<script src="polyfills-LZBJRJJE.js" type="module"></script><script src="main-LS2NXR4E.js" type="module"></script></body>
</html>
2 changes: 1 addition & 1 deletion docs/main-QEWU22MJ.js → docs/main-LS2NXR4E.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/app/core/components/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<img [src]="userImgSignal()" width="42" alt="user-img">
</div>
&nbsp; | &nbsp;
<a (click)="auth.signOut()" href="/">Signout</a>
<button (click)="auth.signOut()" >Signout</button>
</div>
</header>

0 comments on commit 5217d65

Please sign in to comment.