Skip to content

Commit

Permalink
Taking out google ads. Yuk so far.
Browse files Browse the repository at this point in the history
  • Loading branch information
NickHodges committed Jul 9, 2024
1 parent 5843b68 commit 4e24a66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/layout/Footer.astro
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
---
import { menuLinks, siteConfig } from '@site-config';
import GoogleAds from '@components/GoogleAds.astro';
const year = new Date().getFullYear();
---

<footer class="mt-auto flex w-full flex-col items-center justify-center gap-y-2 pb-4 pt-20 text-center font-semibold text-gray-600 dark:text-gray-400 sm:text-xs">
<GoogleAds />
<div class="mb-4 text-center">
Any links to Amazon on this site are affiliate links. Using them costs you nothing, and I will earn a small commission on anything you buy if you use them. Thanks for your support!
<div class="mt-4">Copyright &copy; {year} by {siteConfig.author} All Rights Reserved</div>
Expand Down

1 comment on commit 4e24a66

@vercel
Copy link

@vercel vercel bot commented on 4e24a66 Jul 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.