Skip to content

Commit

Permalink
Add favicon, update login screen heading
Browse files Browse the repository at this point in the history
  • Loading branch information
nezhar committed Mar 31, 2022
1 parent acfa1f7 commit 78dc4ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/auth/auth.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="col-md-6 mx-auto">
<div class="card rounded-0">
<div class="card-header text-center">
<h3 class="mb-0">SnyPy</h3>
<h1 class="mb-3 mt-3">SnyPy</h1>
</div>
<div class="card-body">
<app-login *ngIf="ACTIVE_STATE === STATE_LOGIN" (login)="doLogin($event)"></app-login>
Expand Down
Binary file modified src/favicon.ico
Binary file not shown.

0 comments on commit 78dc4ca

Please sign in to comment.