Skip to content

Commit

Permalink
Use the chakra Box component as the main
Browse files Browse the repository at this point in the history
  • Loading branch information
kkosiorowska committed Dec 8, 2023
1 parent 5f98c1f commit a71401d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dapp/src/DApp.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react"
import { ChakraProvider } from "@chakra-ui/react"
import { Box, ChakraProvider } from "@chakra-ui/react"
import { useDetectThemeMode } from "./hooks"
import theme from "./theme"
import { LedgerWalletAPIProvider, WalletContextProvider } from "./contexts"
Expand All @@ -12,9 +12,9 @@ function DApp() {
return (
<>
<Header />
<main>
<Box as="main">
<Overview />
</main>
</Box>
</>
)
}
Expand Down

0 comments on commit a71401d

Please sign in to comment.