Skip to content

Commit

Permalink
add rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
xieqian committed Mar 18, 2024
1 parent 693214e commit 83468e0
Show file tree
Hide file tree
Showing 10 changed files with 1,054 additions and 5 deletions.
4 changes: 3 additions & 1 deletion components/Layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ const Layout = ({ children }) => {
<Theme>
<PageGrid>
<Header />
<main className="md:px-10">{children}</main>
<main className="md:px-10" id="root">
{children}
</main>
</PageGrid>
<Footer />
</Theme>
Expand Down
Loading

0 comments on commit 83468e0

Please sign in to comment.