diff --git a/pages/_document.tsx b/pages/_document.tsx
index 022816b..9254eaa 100644
--- a/pages/_document.tsx
+++ b/pages/_document.tsx
@@ -7,7 +7,8 @@ const description =
// "Behavior and progress tracker for ABDLs and babyfurs alike. Track multiple littles and create any trackers you would like.";
"Pre-alpha preview of the behavior and progress tracker for ABDLs and babyfurs.";
-const logo = "/images/logo.png";
+const logo = "images/logo.svg"
+const logoOG = "/images/logo.png";
class Document extends NextDocument {
render(): JSX.Element {
@@ -20,7 +21,7 @@ class Document extends NextDocument {
-
+
@@ -28,7 +29,7 @@ class Document extends NextDocument {
-
+