Skip to content

Commit

Permalink
remove references to removed plex component
Browse files Browse the repository at this point in the history
  • Loading branch information
JaxonWright committed Jan 1, 2024
1 parent ef8d6ec commit 69dc9c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { PageNotFoundComponent } from '@pages/page-not-found/page-not-found.comp
import { NavbarComponent } from '@elements/navbar/navbar.component';
import { FooterComponent } from '@elements/footer/footer.component';
import { ContactComponent } from '@pages/contact/contact.component';
import { PlexComponent } from '@pages/plex/plex.component';

import {MatToolbarModule} from '@angular/material/toolbar';
import {MatButtonModule} from '@angular/material/button';
Expand Down Expand Up @@ -47,7 +46,6 @@ import { QRCodeModule } from 'angularx-qrcode';
NavbarComponent,
FooterComponent,
ContactComponent,
PlexComponent,
CryptoDialogComponent,
BuildInfoComponent,
ProjectCardComponent,
Expand Down
1 change: 0 additions & 1 deletion src/app/elements/navbar/navbar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<a mat-button routerLink="" routerLinkActive="link-active" [routerLinkActiveOptions]="{ exact: true }">About</a>
<a mat-button routerLink="projects" routerLinkActive="link-active">Projects</a>
<a mat-button routerLink="contact" routerLinkActive="link-active">Contact</a>
<a *ngIf="router.url.startsWith('/plex')" mat-button routerLink="plex" routerLinkActive="link-active">Plex</a>
<span class="fill-remaining-space"></span>
</mat-toolbar-row>
</mat-toolbar>

0 comments on commit 69dc9c1

Please sign in to comment.