diff --git a/web/app/dashboard/login/page.tsx b/web/app/dashboard/login/page.tsx
index d9e56a7..975123a 100644
--- a/web/app/dashboard/login/page.tsx
+++ b/web/app/dashboard/login/page.tsx
@@ -1,5 +1,5 @@
import { LoginForm } from "@/components/login-form"
-import { BotMessageSquareIcon, ShieldCheckIcon } from "lucide-react"
+import { ShieldCheckIcon } from "lucide-react"
import Link from "next/link"
import { Suspense } from "react"
@@ -48,9 +48,13 @@ export default function LoginPage() {
-
-
-
+

CS Agent
diff --git a/web/components/app-sidebar.tsx b/web/components/app-sidebar.tsx
index 96e27fa..90b9457 100644
--- a/web/components/app-sidebar.tsx
+++ b/web/components/app-sidebar.tsx
@@ -21,7 +21,6 @@ import {
SidebarMenuButton,
SidebarMenuItem,
} from "@/components/ui/sidebar"
-import { BotMessageSquareIcon } from "lucide-react"
export function AppSidebar({ ...props }: ComponentProps
) {
const { session } = useAuth()
@@ -48,7 +47,13 @@ export function AppSidebar({ ...props }: ComponentProps) {
className="data-[slot=sidebar-menu-button]:p-1.5!"
render={}
>
-
+
贝壳AGENT
diff --git a/web/public/images/logo.png b/web/public/images/logo.png
new file mode 100644
index 0000000..c34fe4c
Binary files /dev/null and b/web/public/images/logo.png differ
diff --git a/web/public/images/logo.svg b/web/public/images/logo.svg
new file mode 100644
index 0000000..1856693
--- /dev/null
+++ b/web/public/images/logo.svg
@@ -0,0 +1,48 @@
+
\ No newline at end of file