Reverted ReadMe and UserNav file

This commit is contained in:
kibo-sushant 2021-08-26 18:55:50 +05:30
parent 6ce96e8f0a
commit 35f99eeda3
2 changed files with 4 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fcommerce&project-name=commerce&repo-name=commerce&demo-title=Next.js%20Commerce&demo-description=An%20all-in-one%20starter%20kit%20for%20high-performance%20e-commerce%20sites.&demo-url=https%3A%2F%2Fdemo.vercel.store&demo-image=https%3A%2F%2Fbigcommerce-demo-asset-ksvtgfvnd.vercel.app%2Fbigcommerce.png&integration-ids=oac_MuWZiE4jtmQ2ejZQaQ7ncuDT)
# Next.js Commerce.
# Next.js Commerce
The all-in-one starter kit for high-performance e-commerce sites. With a few clicks, Next.js developers can clone, deploy and fully customize their own store.
Start right now at [nextjs.org/commerce](https://nextjs.org/commerce)

View File

@ -55,8 +55,6 @@ const UserNav: FC<Props> = ({ className }) => {
)}
</li>
)}
</ul>
</nav>
)