From c7e4876347b605323694b0b3780d28ff524f953f Mon Sep 17 00:00:00 2001 From: Li Xin Date: Wed, 30 Apr 2025 09:36:14 +0800 Subject: [PATCH] feat: user --- web/src/app/_components/logo.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 - + ); }