Skip to content

Commit 1290253

Browse files
committed
fix sonarcloud problems
1 parent 4ce0c3d commit 1290253

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

src/app/modules/v2-redirect/v2-redirect.component.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
4+
<title>Time Tracker</title>
45
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat" />
56
<link rel="preconnect" href="https://fonts.googleapis.com" />
67
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
@@ -27,7 +28,7 @@
2728
<link rel="stylesheet" href="./style.css" />
2829
</head>
2930

30-
<body style="font-family: 'Montserrat';">
31+
<body style="font-family: 'Montserrat', sans-serif;">
3132
<div>
3233
<img id="logo" src="../../../assets/img/time-tracker-logo.png" alt="Time Tracker logo"/>
3334
</div>
Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +0,0 @@
1-
import { Component, OnInit } from '@angular/core';
2-
3-
@Component({
4-
selector: 'app-v2-redirect',
5-
templateUrl: './v2-redirect.component.html',
6-
styleUrls: ['./v2-redirect.component.css']
7-
})
8-
export class V2RedirectComponent implements OnInit {
9-
10-
constructor() { }
11-
12-
ngOnInit(): void {
13-
}
14-
15-
}

0 commit comments

Comments
 (0)