diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte
index 0dc3627..0638f56 100644
--- a/src/routes/about/+page.svelte
+++ b/src/routes/about/+page.svelte
@@ -9,6 +9,7 @@
import Remix from '@iconify-icons/simple-icons/remix';
import Svelte from '@iconify-icons/simple-icons/svelte';
import TypeScript from '@iconify-icons/simple-icons/typescript';
+ import SEO from "$lib/components/SEO.svelte";
import space_needle from '$lib/assets/images/space-needle.png?run';
import tortie_derp from '$lib/assets/images/tortie_derp.jpg?run';
import orange_derp from '$lib/assets/images/orange_derp.jpg?run';
@@ -16,9 +17,7 @@
import ExternalLink from '$root/lib/components/ExternalLink.svelte';
-
- For the sake of transparency I am using{' '}
-
- Umami Analytics
- {' '}
- to anonymously track visits to my site. You can completely block this
- if you want by either using an AdBlocker like{' '}
-
- uBlock Origin
- {' '}
- and/or set your browser to send "Do Not Track" requests as I honor
- them.
+ For the sake of transparency I am using
Here are a few sites/lists of privacy oriented software for you to @@ -46,34 +28,13 @@