Skip to content

Commit

Permalink
Merge pull request #233 from amosproj/fix/headerComponent
Browse files Browse the repository at this point in the history
Update header.component.ts
  • Loading branch information
PatrickSchm1dt authored Jul 3, 2024
2 parents 84aa0be + d068c9d commit d3ad3f1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions apps/frontend/src/app/components/header/header.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,6 @@ export class HeaderComponent {
this.themeStorageService.toggleTheme();
}

getCorrectIcon() {
if (this._lightMode) {
return "sun-filled";
}
return "sun";
}

refresh() {
window.location.reload();
}
Expand Down

0 comments on commit d3ad3f1

Please sign in to comment.