diff --git a/README.md b/README.md index 17eb9c8..caa39af 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -## GrowwGram +## Pixagram _Instagram for aesthetic pictures_ -## Frontend project for GrowwGram +## Frontend project for Pixagram This project is built using React as the core library and various other libraries like Redux Toolkit, React Router and Tailwind CSS. It consumes Unsplash API to show photos. diff --git a/package-lock.json b/package-lock.json index 7cb084b..faa05da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "growwgram", + "name": "pixagram", "version": "0.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "growwgram", + "name": "pixagram", "version": "0.1.0", "dependencies": { "@reduxjs/toolkit": "^1.8.2", diff --git a/package.json b/package.json index 653c437..5beaaf3 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "growwgram", + "name": "pixagram", "version": "0.1.0", "private": true, "author": { diff --git a/public/index.html b/public/index.html index 5ee7e7e..01fc6ee 100644 --- a/public/index.html +++ b/public/index.html @@ -22,7 +22,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - GrowwGram + Pixagram diff --git a/src/components/Navbar/index.js b/src/components/Navbar/index.js index 0215d0a..79e8593 100644 --- a/src/components/Navbar/index.js +++ b/src/components/Navbar/index.js @@ -9,8 +9,8 @@ const Navbar = () => { return (
- GrowwGram -

GrowwGram

+ Pixagram +

Pixagram