Skip to content

Commit

Permalink
add multiple browser tabs support
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancwirko committed Jul 13, 2024
1 parent 24c1584 commit 17484cc
Show file tree
Hide file tree
Showing 4 changed files with 211 additions and 233 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### [9.9.0](https://github.com/xdevguild/nextjs-dapp-template/releases/tag/v9.9.0) (2024-07-13)
- support for multiple tabs and transactions signing

### [9.8.1](https://github.com/xdevguild/nextjs-dapp-template/releases/tag/v9.8.1) (2024-07-06)
- update dependencies
- adjust UI
Expand Down
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function RootLayout({
children: React.ReactNode;
}) {
return (
<html lang="en">
<html lang="en" suppressHydrationWarning>
<body className={inter.className}>
<ElvenInit />
<ThemeProvider attribute="class" defaultTheme="system" enableSystem>
Expand Down
Loading

0 comments on commit 17484cc

Please sign in to comment.