Skip to content

Commit

Permalink
refactor: Update image URLs in ImageSamples and article content
Browse files Browse the repository at this point in the history
  • Loading branch information
websiddu committed Dec 20, 2024
1 parent 6e784d7 commit 8c524f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/ImageSamples.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const ImageSamples = () => {
<Typography>
<ImageZoom
className="rounded-xl"
src="https://mintlify-assets.b-cdn.net/bigbend.jpg"
src="https://i.stubby.io/zb2dzjl/c5ajqz.webp"
></ImageZoom>
</Typography>
);
Expand Down
2 changes: 1 addition & 1 deletion src/samples/article.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: privacy-first-programming
In today's digital world, user privacy has become a cornerstone of ethical software development. With increasing amounts of personal data being collected, it's essential for developers to prioritize privacy and handle user data responsibly. Privacy-first programming isn't just about compliance—it's about trust and respecting the rights of users. This post delves into why ethical data handling is crucial and how privacy-first practices benefit both users and developers.


![Image](https://mintlify-assets.b-cdn.net/bigbend.jpg)
![Image](https://i.stubby.io/zb2dzjl/c5ajqz.webp)


## What is privacy-first programming?
Expand Down

0 comments on commit 8c524f3

Please sign in to comment.