Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/aura-nw/landing-page int…
Browse files Browse the repository at this point in the history
…o develop
  • Loading branch information
sonln99 committed Jun 21, 2024
2 parents ab34194 + ffaf493 commit f706920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/get-aura/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ import { aura } from "@/common/aura-chain";
import { RainbowKitProvider, getDefaultConfig } from "@rainbow-me/rainbowkit";
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
import { WagmiProvider } from "wagmi";
import WalletConnectEVM from "./wallet-connect";
import { useEffect } from "react";
import { ToastContainer } from "react-toastify";
import "react-toastify/dist/ReactToastify.css";
import dynamic from "next/dynamic";
const WalletConnectEVM = dynamic(() => import("./wallet-connect"), { ssr: false });
// export const metadata: Metadata = {
// title: "Get Aura with Aura Network",
// description: "",
Expand All @@ -17,7 +18,6 @@ export default function Layout({
}: Readonly<{
children: React.ReactNode;
}>) {

return (
<div className="bg-[#000] pb-24">
<RainbowKitProvider>
Expand Down

0 comments on commit f706920

Please sign in to comment.