Skip to content

Commit

Permalink
Merge pull request #22 from neugomonov/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
neugomonov authored Sep 4, 2022
2 parents 5072e01 + caaee67 commit d4d4794
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Restik is a restaurant app for ordering dishes and managing customers' orders.

</div>

![flow](screenshots/flow.gif)
![menu](screenshots/menu.png)
<img src="screenshots/flow 🗿.gif"/>
<img src="screenshots/menu.png"/>

## Tech Stack

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "restik",
"homepage": "https://restik.vercel.app",
"version": "1.0.0",
"description": "habibi",
"version": "1.1.0",
"description": "Restik is a restaurant app for ordering dishes and managing customers' orders",
"private": true,
"scripts": {
"build": "next build",
Expand Down
4 changes: 2 additions & 2 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ const App = ({
</Component.PageLayout>
) : (
<Component {...pageProps} />
)}
<SidebarWithHeader children />
)}
<SidebarWithHeader children />
</StateSaver>
</RecoilRoot>
)}
Expand Down
Binary file renamed screenshots/flow.gif → screenshots/flow 🗿.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit d4d4794

@vercel
Copy link

@vercel vercel bot commented on d4d4794 Sep 4, 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:

restik – ./

restik.vercel.app
restik-neugomonov.vercel.app
restik-git-main-neugomonov.vercel.app

Please sign in to comment.