From cab465784d39b61acca7a111e5f5af1cb50b9b33 Mon Sep 17 00:00:00 2001 From: yqni13 Date: Sun, 22 Sep 2024 13:47:38 +0200 Subject: [PATCH] refactor: code review changes Refactor code regarding Code Review #Update_v2.6.7 --- src/app/app.component.ts | 1 - src/app/home/home.component.scss | 3 --- 2 files changed, 4 deletions(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index c608313..031f3ac 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -1,4 +1,3 @@ -/* eslint-disable @typescript-eslint/no-explicit-any */ import { Component, OnInit } from '@angular/core'; import { NavigationStart, Router } from '@angular/router'; import _ from 'underscore'; diff --git a/src/app/home/home.component.scss b/src/app/home/home.component.scss index 28a9440..df503a4 100644 --- a/src/app/home/home.component.scss +++ b/src/app/home/home.component.scss @@ -35,7 +35,6 @@ video { left: var(--nav-size); align-self: center; text-align: left; - // opacity: 0; animation: appear 3s ease-in-out; h1 span:not(.frontend) { @@ -57,10 +56,8 @@ video { @keyframes appear { 0% { opacity: 0; - // text-shadow: 0 0 1em white; } 100% { opacity: 1; - // text-shadow: 0 0 0 white; } } \ No newline at end of file