Skip to content
Open
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
2 changes: 1 addition & 1 deletion app/blogs/Content/whatIsDS/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const BlogContent = () => {
{/* Featured Image */}
<div className="relative w-full h-64 md:h-96 bg-gray-100 dark:bg-zinc-800 rounded-xl mb-12 overflow-hidden">
<img
src="/blog/whatIsDs.png"
src="/blog/whatIsDS.png"
alt="Visual representation of different data structures"
className="w-full h-full object-cover"
/>
Expand Down