Skip to content

Commit

Permalink
Update project title
Browse files Browse the repository at this point in the history
  • Loading branch information
rishavbharti committed Jul 19, 2022
1 parent 7024ae7 commit 0bef980
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "growwgram",
"name": "pixagram",
"version": "0.1.0",
"private": true,
"author": {
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
-->
<title>GrowwGram</title>
<title>Pixagram</title>
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions src/components/Navbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const Navbar = () => {
return (
<div className='fixed z-10 bg-white dark:bg-dm-navbarBg border-b-2 border-solid border-borderColor dark:border-dm-borderColor py-3 px-14 md:px-40 lg:px-80 w-full flex justify-between'>
<Link to='/' className='flex items-center gap-4'>
<img src={Logo} alt='GrowwGram' className='h-10' />
<h1 className='font-semibold text-2xl'>GrowwGram</h1>
<img src={Logo} alt='Pixagram' className='h-10' />
<h1 className='font-semibold text-2xl'>Pixagram</h1>
</Link>

<ToggleTheme />
Expand Down

1 comment on commit 0bef980

@vercel
Copy link

@vercel vercel bot commented on 0bef980 Jul 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

growwgram – ./

growwgram-git-main-rishavbharti.vercel.app
growwgram-rishavbharti.vercel.app

Please sign in to comment.