diff --git a/src/app/top-bar/top-bar.component.ts b/src/app/top-bar/top-bar.component.ts index aedc00b..2eae0b4 100644 --- a/src/app/top-bar/top-bar.component.ts +++ b/src/app/top-bar/top-bar.component.ts @@ -29,6 +29,4 @@ export class TopBarComponent implements OnInit { const screenWidth = window.innerWidth; this.isMobile = screenWidth < 768; } - - } \ No newline at end of file