File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 11import Link from 'next/link' ;
22import type { Metadata } from 'next' ;
3- import { Footer , Layout , Navbar } from 'nextra-theme-docs' ;
3+ import { Layout , Navbar } from 'nextra-theme-docs' ;
44import { getPageMap } from 'nextra/page-map' ;
55import { Analytics } from "@vercel/analytics/next"
66import 'nextra-theme-docs/style.css' ;
@@ -60,7 +60,6 @@ const navbar = (
6060 </ Navbar >
6161) ;
6262
63- const footer = < Footer > Apache License 2.0 { new Date ( ) . getFullYear ( ) } © OpenRPC.</ Footer > ;
6463
6564export default async function RootLayout ( {
6665 children,
@@ -74,7 +73,6 @@ export default async function RootLayout({
7473 navbar = { navbar }
7574 pageMap = { await getPageMap ( ) }
7675 docsRepositoryBase = "https://github.com/open-rpc/website"
77- footer = { footer }
7876 >
7977 { children }
8078 </ Layout >
You can’t perform that action at this time.
0 commit comments