Skip to content

Commit

Permalink
Merge pull request #68 from AI4Bharat/v1.0
Browse files Browse the repository at this point in the history
Google Verification
  • Loading branch information
Shanks0465 authored Sep 12, 2024
2 parents 374c113 + 65d343b commit 7609f3c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ export default function Layout({
}>) {
return (
<html lang="en">
<head>
<meta
name="google-site-verification"
content="b1WctRF2NMXuJMYEFj300y6C86haSpYGcwiq2YXgyMM"
/>
</head>
<body className={inter.className}>
<ChakraProvider theme={theme}>
<QueryClientProvider client={queryClient}>
Expand Down

0 comments on commit 7609f3c

Please sign in to comment.