From eaa9944fb4921458eca4e283b450d2259dd9873c Mon Sep 17 00:00:00 2001 From: Ajeet Chaulagain Date: Wed, 13 May 2026 13:21:54 +1000 Subject: [PATCH] Update demo link to Netlify site --- src/posts/react-image-gallery.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/posts/react-image-gallery.md b/src/posts/react-image-gallery.md index 10d7ec2..6870e55 100644 --- a/src/posts/react-image-gallery.md +++ b/src/posts/react-image-gallery.md @@ -22,7 +22,7 @@ _Screenshot of final application:_ Here is the final source code and demo of the app: - [View Source code on Github](https://github.com/ajeetchaulagain/react-image-gallery-demo) -- [View project demo](https://react-image-gallery-demo.ajeetchaulagain.com/) +- [View project demo](https://react-image-gallery-demo.netlify.app/) ## Installation and Initial Setup @@ -256,6 +256,6 @@ This is how it looks with above props in place: This tutorial gives you a basic idea of leveraging third-party modules like react-image-gallery to build an image gallery with minimal effort. I hope you enjoyed this article about using the react-image-gallery package through this step-by-step guide. - [View Source code on Github](https://github.com/ajeetchaulagain/react-image-gallery-demo) -- [View Project Demo](https://react-image-gallery-demo.ajeetchaulagain.com/) +- [View Project Demo](https://react-image-gallery-demo.netlify.app/) - [React Image Gallery npm package](https://www.npmjs.com/package/react-image-gallery) - Icons made by [Freepik](https://www.freepik.com) from [www.flaticon.com](https://www.flaticon.com/)