Skip to content

Conversation

@AdityaTile04
Copy link

What kind of change does this PR introduce?

  • Bug fix – resolves a React hydration warning.

Issue Number:

Screenshots/videos:

This change removes a console hydration error.
Before (hydration warning):
Screenshot 2025-12-15 193938

After (no hydration warning):
image

If relevant, did you update the documentation?

No

Summary

This PR fixes a React hydration warning on the homepage that was caused by a
multiline alt attribute on an img element.

The alt text has been updated to a single-line deterministic string so that
the server-rendered HTML matches the client-side render, eliminating the
hydration mismatch warning.

Does this PR introduce a breaking change?

No. This is a non-breaking change that only improves rendering consistency.

Checklist

@github-actions
Copy link

github-actions bot commented Dec 15, 2025

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
website ✅ Ready (View Log) Visit Preview db93191

@codecov
Copy link

codecov bot commented Dec 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (d94a3bc) to head (db93191).

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #2004   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           30        30           
  Lines          633       633           
  Branches       196       196           
=========================================
  Hits           633       633           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Ready to review

Development

Successfully merging this pull request may close these issues.

🐛 Bug: Hydration warning: img alt text mismatch between server and client

1 participant