Skip to content

Commit

Permalink
fix: update decentraland ui (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
Melisa Anabella Rossi authored Feb 5, 2024
1 parent e82d293 commit a49a49d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 45 deletions.
46 changes: 4 additions & 42 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"connected-react-router": "^6.9.1",
"decentraland-dapps": "^17.6.0",
"decentraland-transactions": "^1.46.0",
"decentraland-ui": "^4.35.7",
"decentraland-ui": "^5.6.0",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"ethers": "^5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Navbar/Navbar.types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Dispatch } from 'redux'
import { CallHistoryMethodAction } from 'connected-react-router'
import { NavbarProps } from 'decentraland-ui'
import { NavbarProps } from 'decentraland-ui/dist/components/Navbar/Navbar.types'

export type Props = Partial<NavbarProps> & {
hasActivity: boolean
Expand Down
2 changes: 1 addition & 1 deletion src/components/SignInPage/SignInPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const SignInPage = ({ isAuthDappEnabled, isConnecting }: Props) => {
}, [isAuthDappEnabled, isConnecting])
return (
<>
<Navbar isFullscreen />
<Navbar />
<Page className="SignInPage" isFullscreen>
<SignIn />
</Page>
Expand Down

0 comments on commit a49a49d

Please sign in to comment.