Skip to content

Commit 7705e5e

Browse files
committed
Update minor UI through the capturing process
1 parent 1a7d610 commit 7705e5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/components/logo/logo.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
top: 100px;
1515
left: 0;
1616
font-family: initial;
17-
letter-spacing: 6px;
17+
letter-spacing: 2px;
1818
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.35);
1919
}
2020

src/app/components/logo/logo.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class LogoComponent implements OnInit {
1515
concat(this.run(), this.eyes())
1616
.pipe(
1717
delay(5000),
18-
repeat(10)
18+
repeat(1000)
1919
)
2020
.subscribe();
2121
}

0 commit comments

Comments
 (0)