Skip to content

Commit 357d90e

Browse files
committed
readtime refractor
1 parent 9290d02 commit 357d90e

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

blog/authors.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sanjay-kv:
66
email: sanjay@recodehive.com
77
page: true # Turns the feature on
88
description: >
9-
I'm a Software Engineer turned into a Data Engineer and Program Manager🚀, 🏆 Google ML Facilitator & Ex- GitHub CE who delivered 100+ talks on ML and open source and developer advocacy at various events and platforms.
9+
Founder at @recodehive, previously a Software Engineer turned into a Data Engineer and Program Manager, Google ML Facilitator & Ex- GitHub CE.
1010
1111
socials:
1212
x: https://x.com/sanjay_kv_
@@ -19,7 +19,7 @@ sanjay-kv:
1919

2020
sowmiya-v:
2121
name: Sowmiya Venkatesan
22-
tile: Business Strategy & Operations Manager
22+
tile: Business Strategy & Operations Manager
2323
url: https://github.com/sowmiyeh
2424
image_url: https://avatars.githubusercontent.com/u/74345706?v=4
2525

@@ -33,7 +33,6 @@ Aditya-Singh-Rathore:
3333
description: >
3434
Aditya is a self-taught, Fabric-certified Data Engineer, GSSoC winner, author, and open-source enthusiast passionate about building scalable data solutions, contributing to the community, and sharing knowledge through blogs and public learning.
3535
36-
3736
socials:
3837
linkedin: aditya-singh-rathore0017
3938
github: Adez017

src/components/ReadingTimeIndicator/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function ReadingTimeIndicator({
3434
authorCardReached = pageScrollPercent >= 90;
3535
}
3636

37-
const shouldBeVisible = pageScrollPercent >= 15 && !authorCardReached;
37+
const shouldBeVisible = pageScrollPercent >= 2 && !authorCardReached;
3838
setVisible(shouldBeVisible);
3939

4040
// Calculate remaining time proportional to how far through the content the

0 commit comments

Comments
 (0)