Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Mar 27, 2024
1 parent 21bae6d commit 9e18ad0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/app/pages/main/main.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@
<secondary-button [text]="'Sign into ' + (instance?.instanceName ?? 'Refresh')" [icon]="faArrowRightToBracket" class="flex-grow" routerLink="/login"></secondary-button>
</div>

<div *ngIf="instance">
<divider></divider>
<page-header class="text-2xl">
<fa-icon [icon]="faQuestionCircle" class="pr-1"></fa-icon>
Having trouble?
</page-header>
</div>

<div *ngIf="activity && activity.events.length > 0">
<divider></divider>
<page-header class="text-2xl">
Expand Down

0 comments on commit 9e18ad0

Please sign in to comment.