Skip to content

Commit

Permalink
Merge branch 'main' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
VenkatTeja authored Jul 25, 2023
2 parents fc3ba8f + 6008b95 commit 370eda7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ _prisma
package-lock.json
yarn.lock

chrome-extension-build/static/*
chrome-extension-build/static/*

2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
]
},
"engines": {
"node": "16.18.1"
"node": "16.20.0"
},
"devDependencies": {
"assert": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions webapp/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function App() {
See how it works
</Button>
</Stack>
<Stack
{/* <Stack
direction={{ base: "row", md: "row" }}
// gap={{ base: "1rem", md: "0rem" }}
justifyContent="top"
Expand Down Expand Up @@ -192,7 +192,7 @@ function App() {
marginTop="7px"
/>
</Text>
</Stack>
</Stack> */}
<Stack
direction={{ base: "column", md: "row" }}
// gap={{ base: "1rem", md: "0rem" }}
Expand Down

0 comments on commit 370eda7

Please sign in to comment.