diff --git a/src/Body/Fetch/index.tsx b/src/Body/Fetch/index.tsx
index 2d64a7d..7a8012a 100644
--- a/src/Body/Fetch/index.tsx
+++ b/src/Body/Fetch/index.tsx
@@ -3,7 +3,6 @@ import Description from "./Description";
import ProfilePicture from "./ProfilePicture";
import { BlankLine } from "./utils";
-// TODO: Automate screenshot of info for thumbnail?
const Fetch = () => {
return (
diff --git a/src/Head.tsx b/src/Head.tsx
index 7ef334b..d346f2d 100644
--- a/src/Head.tsx
+++ b/src/Head.tsx
@@ -1,6 +1,4 @@
-import thumb from "./assets/thumb.png?format=webp&as=metadata";
-
-const DESCRIPTION = "Michael Bradley is a computer scientist looking for a full-time job";
+const Description = "Hi! I'm Michael. Here's some links to my socials.";
const Preamble = () => (
<>
@@ -20,11 +18,11 @@ const Styles = () => (
);
const SEO = () => (
<>
-
+
-
+
>
);
@@ -40,19 +38,11 @@ const OpenGraph = () => (
-
-
-
-
-
-
-
+
-
-
>
);
diff --git a/src/assets/thumb.png b/src/assets/thumb.png
deleted file mode 100644
index 41bbcbc..0000000
Binary files a/src/assets/thumb.png and /dev/null differ