diff --git a/README.md b/README.md
index db75cde4f96d..f8617e8dc5d5 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
-#test
#

diff --git a/src/frontend/package-lock.json b/src/frontend/package-lock.json
index c81392a0b5e0..fb4aae4e8cf1 100644
--- a/src/frontend/package-lock.json
+++ b/src/frontend/package-lock.json
@@ -836,7 +836,6 @@
},
"node_modules/@clack/prompts/node_modules/is-unicode-supported": {
"version": "1.3.0",
- "extraneous": true,
"inBundle": true,
"license": "MIT",
"engines": {
diff --git a/src/frontend/src/components/common/kendraLabsLogo/indeex.tsx b/src/frontend/src/components/common/kendraLabsLogo/index.tsx
similarity index 100%
rename from src/frontend/src/components/common/kendraLabsLogo/indeex.tsx
rename to src/frontend/src/components/common/kendraLabsLogo/index.tsx
diff --git a/src/frontend/src/components/core/appHeaderComponent/index.tsx b/src/frontend/src/components/core/appHeaderComponent/index.tsx
index d72fa913617a..fd208223725e 100644
--- a/src/frontend/src/components/core/appHeaderComponent/index.tsx
+++ b/src/frontend/src/components/core/appHeaderComponent/index.tsx
@@ -1,6 +1,6 @@
import AlertDropdown from "@/alerts/alertDropDown";
import DataStaxLogo from "@/assets/DataStaxLogo.svg?react";
-import LangflowLogo from "@/assets/LangflowLogo.svg?react";
+import KendraLabsLogo from "@/assets/kendraLabsLogo200x200.png";
import ForwardedIconComponent from "@/components/common/genericIconComponent";
import ShadTooltip from "@/components/common/shadTooltipComponent";
import { Button } from "@/components/ui/button";
@@ -62,7 +62,7 @@ export default function AppHeader(): JSX.Element {
{ENABLE_DATASTAX_LANGFLOW ? (
) : ENABLE_NEW_LOGO ? (
-
+
) : (
⛓️
)}
diff --git a/src/frontend/src/modals/IOModal/components/chatView/chat-view.tsx b/src/frontend/src/modals/IOModal/components/chatView/chat-view.tsx
index 49d9be25938b..f739b271464d 100644
--- a/src/frontend/src/modals/IOModal/components/chatView/chat-view.tsx
+++ b/src/frontend/src/modals/IOModal/components/chatView/chat-view.tsx
@@ -1,4 +1,4 @@
-import LangflowLogo from "@/assets/LangflowLogo.svg?react";
+import KendraLabsLogo from "@/assets/kendraLabsLogo200x200.png";
import ChainLogo from "@/assets/logo.svg?react";
import { TextEffectPerChar } from "@/components/ui/textAnimation";
import { ENABLE_NEW_LOGO } from "@/customization/feature-flags";
@@ -181,7 +181,8 @@ export default function ChatView({
{ENABLE_NEW_LOGO ? (
-
diff --git a/src/frontend/src/modals/IOModal/components/chatView/chatMessage/components/chat-logo-icon.tsx b/src/frontend/src/modals/IOModal/components/chatView/chatMessage/components/chat-logo-icon.tsx
index 19c264d85602..9aaec298a149 100644
--- a/src/frontend/src/modals/IOModal/components/chatView/chatMessage/components/chat-logo-icon.tsx
+++ b/src/frontend/src/modals/IOModal/components/chatView/chatMessage/components/chat-logo-icon.tsx
@@ -1,4 +1,4 @@
-import LangflowLogo from "@/assets/LangflowLogo.svg?react";
+import KendraLabsLogo from "@/assets/kendraLabsLogo200x200.png";
import ChainLogo from "@/assets/logo.svg?react";
import { ENABLE_NEW_LOGO } from "@/customization/feature-flags";
@@ -7,10 +7,7 @@ export default function LogoIcon() {
{ENABLE_NEW_LOGO ? (
-
+

) : (
{ENABLE_NEW_LOGO ? (
-
diff --git a/src/frontend/src/pages/DeleteAccountPage/index.tsx b/src/frontend/src/pages/DeleteAccountPage/index.tsx
index 56edc5949255..916841358507 100644
--- a/src/frontend/src/pages/DeleteAccountPage/index.tsx
+++ b/src/frontend/src/pages/DeleteAccountPage/index.tsx
@@ -1,4 +1,4 @@
-import LangflowLogo from "@/assets/LangflowLogo.svg?react";
+import KendraLabsLogo from "@/assets/kendraLabsLogo200x200.png";
import { ENABLE_NEW_LOGO } from "@/customization/feature-flags";
import { useState } from "react";
import { Button } from "../../components/ui/button";
@@ -20,7 +20,8 @@ export default function DeleteAccountPage() {
{ENABLE_NEW_LOGO ? (
-
diff --git a/src/frontend/src/pages/LoginPage/index.tsx b/src/frontend/src/pages/LoginPage/index.tsx
index cbb0b4ebf229..b00944d72df6 100644
--- a/src/frontend/src/pages/LoginPage/index.tsx
+++ b/src/frontend/src/pages/LoginPage/index.tsx
@@ -1,4 +1,4 @@
-import LangflowLogo from "@/assets/LangflowLogo.svg?react";
+import KendraLabsLogo from "@/assets/kendraLabsLogo200x200.png";
import { useLoginUser } from "@/controllers/API/queries/auth";
import { CustomLink } from "@/customization/components/custom-link";
import { ENABLE_NEW_LOGO } from "@/customization/feature-flags";
@@ -68,7 +68,8 @@ export default function LoginPage(): JSX.Element {
{ENABLE_NEW_LOGO ? (
-
diff --git a/src/frontend/src/pages/MainPage/pages/emptyPage/index.tsx b/src/frontend/src/pages/MainPage/pages/emptyPage/index.tsx
index 7ed74d3d4b88..7ab1b73a667a 100644
--- a/src/frontend/src/pages/MainPage/pages/emptyPage/index.tsx
+++ b/src/frontend/src/pages/MainPage/pages/emptyPage/index.tsx
@@ -1,4 +1,4 @@
-import LangflowLogo from "@/assets/LangflowLogo.svg?react";
+import KendraLabsLogo from "@/assets/kendraLabsLogo200x200.png";
import ForwardedIconComponent from "@/components/common/genericIconComponent";
import { Button } from "@/components/ui/button";
import { ENABLE_NEW_LOGO } from "@/customization/feature-flags";
@@ -16,7 +16,7 @@ export const EmptyPage = ({ setOpenModal }: EmptyPageProps) => {
{ENABLE_NEW_LOGO ? (
-
+

) : (
⛓️
)}
diff --git a/src/frontend/src/pages/SignUpPage/index.tsx b/src/frontend/src/pages/SignUpPage/index.tsx
index 5b82f77f1eec..7a22f40447c6 100644
--- a/src/frontend/src/pages/SignUpPage/index.tsx
+++ b/src/frontend/src/pages/SignUpPage/index.tsx
@@ -1,4 +1,4 @@
-import LangflowLogo from "@/assets/LangflowLogo.svg?react";
+import KendraLabsLogo from "@/assets/kendraLabsLogo200x200.png";
import InputComponent from "@/components/core/parameterRenderComponent/components/inputComponent";
import { useAddUser } from "@/controllers/API/queries/auth";
import { CustomLink } from "@/customization/components/custom-link";
@@ -92,7 +92,8 @@ export default function SignUp(): JSX.Element {