fix: update beauty-button
This commit is contained in:
@@ -30,11 +30,11 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang='en'>
|
||||
<body className={`${roboto.variable} ${montseratt.variable}`}>
|
||||
<Header />
|
||||
<ModalProvider>
|
||||
<Header />
|
||||
<main>{children}</main>
|
||||
<Footer />
|
||||
</ModalProvider>
|
||||
<Footer />
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user