Skip to content

Commit

Permalink
fixed google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Luson045 committed Dec 29, 2024
1 parent fb4292a commit 69ee89f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ function App() {
}, []);

return (
<>
google-site-verification: google702f0a7aa8f19d22.html
<div className="App">
{isPreloaderVisible ? (
<Preloader />
Expand All @@ -35,6 +37,7 @@ function App() {
</>
)}
</div>
</>
);
}

Expand Down
3 changes: 2 additions & 1 deletion client/src/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const Button = ({ children, primary, to }) => {
const dark = useRecoilValue(mode);

return (

<motion.div
whileHover={{ scale: 1.05 }}
whileTap={{ scale: 0.95 }}
Expand Down Expand Up @@ -92,7 +93,7 @@ function Home() {

return (
<>

google-site-verification: google702f0a7aa8f19d22.html
<div
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'
}`}
Expand Down

0 comments on commit 69ee89f

Please sign in to comment.