From 8b838fe0f3b6df585a7edc34e177efbbd79931ad Mon Sep 17 00:00:00 2001 From: cofrizot Date: Wed, 17 Jan 2024 16:43:43 +0100 Subject: [PATCH] Add the Header and Landing Page responsive and the Light/Dark mode. --- src/app/components/landing-page/landing-page.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/landing-page/landing-page.component.ts b/src/app/components/landing-page/landing-page.component.ts index c79e43f..32dd4f6 100644 --- a/src/app/components/landing-page/landing-page.component.ts +++ b/src/app/components/landing-page/landing-page.component.ts @@ -1,4 +1,4 @@ -import {Component, Input, OnInit} from '@angular/core'; +import {Component, OnInit} from '@angular/core'; import { Router } from '@angular/router'; import {ThemeService} from "../../services/theme.service";