From 2d4c07c2a5ab5dbb5e79c40b414a4530e08e6b61 Mon Sep 17 00:00:00 2001 From: tmdeveloper007 Date: Thu, 6 Aug 2026 03:42:25 +0000 Subject: [PATCH] fix: correct image path case for whatIsDS blog featured image The src attribute referenced /blog/whatIsDs.png (lowercase s in Ds) but the actual file is named whatIsDS.png (capital DS), causing a broken image on case-sensitive filesystems. --- app/blogs/Content/whatIsDS/content.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/blogs/Content/whatIsDS/content.jsx b/app/blogs/Content/whatIsDS/content.jsx index 12551cbca..44edde6d8 100755 --- a/app/blogs/Content/whatIsDS/content.jsx +++ b/app/blogs/Content/whatIsDS/content.jsx @@ -117,7 +117,7 @@ const BlogContent = () => { {/* Featured Image */}
Visual representation of different data structures