Skip to content

Commit

Permalink
removed unecessary scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
anup-a committed Feb 9, 2021
1 parent 533cbef commit d46de4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
6 changes: 1 addition & 5 deletions src/components/home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,7 @@ function Home({ isDark, toggleDarkMode }) {
/>
</div>
<div className="z-20 flex h-12 text-lg font-bold text-black footer dark:text-white">
Made with ❤ - by{' '}
<a href="https://www.anup.tech" className="ml-2 underline">
{' '}
Anup
</a>
Made with ❤ in India
</div>
</div>
</div>
Expand Down
5 changes: 0 additions & 5 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,6 @@

gtag('config', 'UA-110192731-2')
</script>
<script
data-ad-client="ca-pub-5872407570448776"
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"
></script>
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit d46de4d

Please sign in to comment.