Skip to content

Commit bc8453e

Browse files
committed
fix import errors
1 parent af6952d commit bc8453e

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ h3 {
6868

6969
body {
7070
text-align: center;
71+
font-family: 'Montserrat', sans-serif;
7172
}
7273

7374
@media screen and (max-width: 1307px) {

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

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,12 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>Time Tracker</title>
5-
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat" />
6-
<link rel="preconnect" href="https://fonts.googleapis.com" />
7-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
8-
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap" rel="stylesheet" />
9-
<link rel="preconnect" href="https://fonts.googleapis.com" />
10-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
11-
<link
12-
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,500&display=swap"
13-
rel="stylesheet"
14-
/>
154
<link rel="preconnect" href="https://fonts.googleapis.com" />
165
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
176
<link
18-
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;0,900;1,500&display=swap"
7+
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,800;0,900;1,600&display=swap"
198
rel="stylesheet"
209
/>
21-
2210
<link
2311
rel="stylesheet"
2412
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
@@ -28,9 +16,9 @@
2816
<link rel="stylesheet" href="./v2-redirect.component.css" />
2917
</head>
3018

31-
<body style="font-family: 'Montserrat', sans-serif;">
19+
<body>
3220
<div>
33-
<img id="logo" src="../../../assets/img/time-tracker-logo.png" alt="Time Tracker logo"/>
21+
<img id="logo" src="../../../assets/img/time-tracker-logo.png" alt="Time Tracker logo" />
3422
</div>
3523
<div class="decoration">
3624
<img src="../../../assets/img/decoration.png" alt="decoration blue splash" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Component, OnInit } from '@angular/core';
1+
import { Component } from '@angular/core';
22

33
@Component({
44
selector: 'app-v2-redirect',

0 commit comments

Comments
 (0)