Skip to content

Commit

Permalink
oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Mar 27, 2024
1 parent 893f136 commit 110fa36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
<div class="flex-grow"></div> <!-- force all menus to be on the right -->
<div class="drop-shadow-lg" #login [hidden]="true" *ngIf="!user">
<app-login></app-login>
<divider/>
</div>

<div class="drop-shadow-lg" #menu [hidden]="true" *ngIf="user">
Expand Down

0 comments on commit 110fa36

Please sign in to comment.