Skip to content

Commit 3293f61

Browse files
authored
Merge pull request #392 from Evangel90/feat/Implement-Settlement-Batch-Processing-UI
2 parents 0c8939f + 301f736 commit 3293f61

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/layout.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { cn } from "@/lib/utils";
66
import { GoogleOAuthProvider } from '@react-oauth/google';
77
import { I18nProvider } from '@/components/i18n/I18nProvider';
88

9+
910
export const metadata: Metadata = {
1011
// Resolves relative canonical/openGraph URLs declared by individual pages.
1112
metadataBase: new URL(process.env.NEXT_PUBLIC_SITE_URL || "https://betta.pay"),
@@ -17,7 +18,7 @@ export default function RootLayout({
1718
children,
1819
}: Readonly<{
1920
children: React.ReactNode;
20-
21+
2122
}>) {
2223
const googleClientId = process.env.NEXT_PUBLIC_GOOGLE_CLIENT_ID;
2324
// Pass the clientId straight to GoogleOAuthProvider only when configured;

0 commit comments

Comments
 (0)