From 8c524f3f59c9b9d3f62b09318789b6dcd85db408 Mon Sep 17 00:00:00 2001 From: Siddhartha Gudipati Date: Fri, 20 Dec 2024 08:26:42 -0800 Subject: [PATCH] refactor: Update image URLs in ImageSamples and article content --- src/pages/ImageSamples.tsx | 2 +- src/samples/article.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/ImageSamples.tsx b/src/pages/ImageSamples.tsx index 1936090..2e51205 100644 --- a/src/pages/ImageSamples.tsx +++ b/src/pages/ImageSamples.tsx @@ -6,7 +6,7 @@ export const ImageSamples = () => { ); diff --git a/src/samples/article.mdx b/src/samples/article.mdx index 6a3f8c4..f028a4e 100644 --- a/src/samples/article.mdx +++ b/src/samples/article.mdx @@ -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?