Skip to content

Commit 69ee89f

Browse files
committed
fixed google analytics
1 parent fb4292a commit 69ee89f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

client/src/App.js

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ function App() {
2121
}, []);
2222

2323
return (
24+
<>
25+
google-site-verification: google702f0a7aa8f19d22.html
2426
<div className="App">
2527
{isPreloaderVisible ? (
2628
<Preloader />
@@ -35,6 +37,7 @@ function App() {
3537
</>
3638
)}
3739
</div>
40+
</>
3841
);
3942
}
4043

client/src/pages/Home.jsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const Button = ({ children, primary, to }) => {
4545
const dark = useRecoilValue(mode);
4646

4747
return (
48+
4849
<motion.div
4950
whileHover={{ scale: 1.05 }}
5051
whileTap={{ scale: 0.95 }}
@@ -92,7 +93,7 @@ function Home() {
9293

9394
return (
9495
<>
95-
96+
google-site-verification: google702f0a7aa8f19d22.html
9697
<div
9798
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'
9899
}`}

0 commit comments

Comments
 (0)