Skip to content

Commit

Permalink
Merge pull request #494 from EscolaLMS/feature/mobile-fix
Browse files Browse the repository at this point in the history
Feature/mobile fix
  • Loading branch information
victazzz authored Jul 10, 2024
2 parents 2df0ba3 + 11dc990 commit 1c7a822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"formik": "^2.4.5",
"i18next": "^21.4.0",
"leva": "^0.9.34",
"lodash.debounce": "^4.0.8",
"rc-drawer": "^7.1.0",
"react": "^18.2.0",
"react-datepicker": "^4.12.0",
Expand Down Expand Up @@ -85,6 +86,7 @@
"devDependencies": {
"@capacitor/assets": "^3.0.4",
"@capacitor/cli": "^5.7.3",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^18.2.55",
"@types/react-datepicker": "^4.19.6",
"@types/react-dom": "^18.2.19",
Expand Down
1 change: 0 additions & 1 deletion src/pages/register/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const StyledRegisterPage = styled.div`
height: 100%;
padding-bottom: 50px;
* {
width: 100%;
p,
a {
text-align: center;
Expand Down

0 comments on commit 1c7a822

Please sign in to comment.