diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index ee9d35161..7252804c6 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,19 +4,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -68,7 +56,7 @@
"RunOnceActivity.OpenProjectViewOnStart": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"WebServerToolWindowFactoryState": "false",
- "git-widget-placeholder": "main",
+ "git-widget-placeholder": "feat/pluginPage",
"kotlin-language-version-configured": "true",
"last_opened_file_path": "C:/Users/jacob/OneDrive/Desktop/Projects/sern/website",
"node.js.detected.package.eslint": "true",
@@ -154,7 +142,7 @@
-
+
1660418841831
@@ -371,7 +359,6 @@
-
@@ -396,7 +383,8 @@
-
+
+
diff --git a/src/hooks/useTheme.js b/src/hooks/useTheme.js
index fa411c6eb..a7fd52ac0 100644
--- a/src/hooks/useTheme.js
+++ b/src/hooks/useTheme.js
@@ -1,4 +1,3 @@
-/* make a react hook which checks the data-theme */
import { useEffect, useState } from "react";
export default function useTheme() {