Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sanjay-kv:
email: sanjay@recodehive.com
page: true # Turns the feature on
description: >
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.
Founder at @recodehive, previously a Software Engineer turned into a Data Engineer and Program Manager, Google ML Facilitator & Ex- GitHub CE.

socials:
x: https://x.com/sanjay_kv_
Expand All @@ -19,7 +19,7 @@ sanjay-kv:

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

Expand All @@ -33,7 +33,6 @@ Aditya-Singh-Rathore:
description: >
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.


socials:
linkedin: aditya-singh-rathore0017
github: Adez017
Expand Down
2 changes: 1 addition & 1 deletion src/components/ReadingTimeIndicator/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function ReadingTimeIndicator({
authorCardReached = pageScrollPercent >= 90;
}

const shouldBeVisible = pageScrollPercent >= 15 && !authorCardReached;
const shouldBeVisible = pageScrollPercent >= 2 && !authorCardReached;
setVisible(shouldBeVisible);

// Calculate remaining time proportional to how far through the content the
Expand Down
Loading