diff --git a/web/src/app/_components/logo.tsx b/web/src/app/_components/logo.tsx index 64ea540..1de2a93 100644 --- a/web/src/app/_components/logo.tsx +++ b/web/src/app/_components/logo.tsx @@ -1,14 +1,15 @@ // Copyright (c) 2025 Bytedance Ltd. and/or its affiliates // SPDX-License-Identifier: MIT +import Link from "next/link"; + export function Logo() { return ( - 🦌 DeerFlow - + ); }