Skip to content

Commit

Permalink
Merge pull request #52 from Open-Earth-Foundation/feature/manual-input
Browse files Browse the repository at this point in the history
Manual Input Wizard
  • Loading branch information
lemilonkh committed Sep 7, 2023
2 parents 89af208 + 3051f38 commit a761d65
Show file tree
Hide file tree
Showing 26 changed files with 2,231 additions and 47 deletions.
111 changes: 95 additions & 16 deletions app/package-lock.json

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

1 change: 1 addition & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"accept-language": "^3.0.18",
"autoprefixer": "10.4.15",
"bcrypt": "^5.1.0",
"chakra-react-select": "^4.7.0",
"eslint": "8.48.0",
"eslint-config-next": "13.4.16",
"eslint-plugin-storybook": "^0.6.13",
Expand Down
2 changes: 1 addition & 1 deletion app/src/app/[lng]/(auth)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function AuthLayout({
}) {
return (
<main className="h-screen flex flex-col">
<NavigationBar lng={lng} />
<NavigationBar lng={lng} showNav={false} />
<div className="flex flex-row items-stretch h-full">
<div className="bg-[#02061c] w-[485px] h-full hidden md:block bg-roads bg-no-repeat" />
<div className="w-full">
Expand Down
Loading

0 comments on commit a761d65

Please sign in to comment.