Skip to content

Commit 0513dfc

Browse files
committed
Eyes open longer :))
1 parent a120960 commit 0513dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class LogoComponent implements OnInit {
2121
}
2222

2323
eyes() {
24-
return timer(0, 300).pipe(
24+
return timer(0, 500).pipe(
2525
startWith(0),
2626
map((x) => x + 1),
2727
takeWhile((x) => x < 6),

0 commit comments

Comments
 (0)