From a1b6eeb2eb7e190e7a147c83e22f41aac688cc8e Mon Sep 17 00:00:00 2001 From: Gaurav Nyaupane <84658229+nightmaregaurav@users.noreply.github.com> Date: Tue, 12 Nov 2024 22:40:42 +0545 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 26bfd39..9aa4734 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ ### Description React Profile Picture is a simple and easy to use React component to display profile picture. +### Demo: [CodeSandbox](https://codesandbox.io/p/sandbox/gwxwyd) + ### Installation Install react-profile-picture ```bash From 73f5724cdc59a213815dff522c8ff649f3216f3a Mon Sep 17 00:00:00 2001 From: Gaurav Nyaupane <84658229+nightmaregaurav@users.noreply.github.com> Date: Tue, 12 Nov 2024 22:41:25 +0545 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 44a1411..c31ce75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nightmaregaurav/react-profile-picture", - "version": "1.0.6", + "version": "1.0.7", "description": "Simple react profile picture component.", "repository": { "type": "git",