diff --git a/index.html b/index.html
index 460572e..71260f1 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
-
+
Tactical Hacker Scribes
diff --git a/src/assets/TH-Logo.png b/src/assets/TH-Logo.png
deleted file mode 100644
index 5833e4d..0000000
Binary files a/src/assets/TH-Logo.png and /dev/null differ
diff --git a/src/assets/TH-Scribes-Logo.png b/src/assets/TH-Scribes-Logo.png
new file mode 100644
index 0000000..f3604dc
Binary files /dev/null and b/src/assets/TH-Scribes-Logo.png differ
diff --git a/src/components/LandingPage.tsx b/src/components/LandingPage.tsx
index 8734f5f..a53b752 100644
--- a/src/components/LandingPage.tsx
+++ b/src/components/LandingPage.tsx
@@ -1,6 +1,6 @@
import React from "react";
import "./LandingPage.css";
-import THLogo from "../assets/TH-Logo.png"; // Import the logo
+import THLogo from "../assets/TH-Scribes-Logo.png"; // Import the logo
const LandingPage: React.FC = () => {
return (
diff --git a/src/components/LoginPopup.tsx b/src/components/LoginPopup.tsx
index d58ed02..e9eb235 100644
--- a/src/components/LoginPopup.tsx
+++ b/src/components/LoginPopup.tsx
@@ -1,6 +1,6 @@
import React from "react";
import "./LoginPopup.css";
-import THLogo from "../assets/TH-Logo.png"; // Import the logo
+import THLogo from "../assets/TH-Scribes-Logo.png"; // Import the logo
interface LoginPopupProps {
onClose: () => void;
diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx
index 81f7506..b09cd1b 100644
--- a/src/components/Navbar.tsx
+++ b/src/components/Navbar.tsx
@@ -1,6 +1,6 @@
import React from "react";
import "./Navbar.css";
-import THLogo from "../assets/TH-Logo.png"; // Import the logo
+import THLogo from "../assets/TH-Scribes-Logo.png"; // Import the logo
interface NavbarProps {
onLoginClick: () => void;
diff --git a/src/components/SignupPopup.tsx b/src/components/SignupPopup.tsx
index cdf7683..9b91530 100644
--- a/src/components/SignupPopup.tsx
+++ b/src/components/SignupPopup.tsx
@@ -1,6 +1,6 @@
import React from "react";
import "./SignupPopup.css";
-import THLogo from "../assets/TH-Logo.png"; // Import the logo
+import THLogo from "../assets/TH-Scribes-Logo.png"; // Import the logo
interface SignupPopupProps {
onClose: () => void;