diff --git a/blog/authors.yml b/blog/authors.yml index c761b7c9..b1cb7643 100644 --- a/blog/authors.yml +++ b/blog/authors.yml @@ -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_ @@ -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 @@ -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 diff --git a/src/components/ReadingTimeIndicator/index.tsx b/src/components/ReadingTimeIndicator/index.tsx index 507a7945..cef2c607 100644 --- a/src/components/ReadingTimeIndicator/index.tsx +++ b/src/components/ReadingTimeIndicator/index.tsx @@ -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