Skip to content

Commit

Permalink
refactor: code review changes
Browse files Browse the repository at this point in the history
Refactor code regarding Code Review #Update_v2.6.7
  • Loading branch information
yqni13 committed Sep 22, 2024
1 parent 43a7b1e commit cab4657
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
3 changes: 0 additions & 3 deletions src/app/home/home.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand All @@ -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;
}
}

0 comments on commit cab4657

Please sign in to comment.