We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 203023f commit 64e5862Copy full SHA for 64e5862
client/src/pages/Home.jsx
@@ -93,7 +93,7 @@ function Home() {
93
94
return (
95
<>
96
- google-site-verification: google702f0a7aa8f19d22.html
+ {/*google-site-verification: google702f0a7aa8f19d22.html*/}
97
<div
98
className={`min-h-screen ${dark === 'dark' ? 'bg-gradient-to-b from-gray-900 to-gray-800' : 'bg-gradient-to-b from-blue-100 to-blue-50'
99
}`}
0 commit comments