diff --git a/pages/base.html b/pages/base.html
index 14c9874..f4afd44 100644
--- a/pages/base.html
+++ b/pages/base.html
@@ -27,8 +27,8 @@
About
-
-
+
@@ -49,43 +50,48 @@
{{ end }}
\ No newline at end of file
diff --git a/scripts/api.js b/scripts/api.js
index be99b61..c32dfad 100644
--- a/scripts/api.js
+++ b/scripts/api.js
@@ -34,9 +34,6 @@ async function get(url) {
return fetch(url, {
method: "GET",
credentials: "include",
- headers: {
- "Content-Type": "application/json",
- },
})
}