mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-05-04 11:00:44 +08:00
feat: change font size
This commit is contained in:
@@ -9,7 +9,7 @@ export function Logo() {
|
|||||||
const [text, setText] = useState("🦌 DeerFlow");
|
const [text, setText] = useState("🦌 DeerFlow");
|
||||||
return (
|
return (
|
||||||
<a
|
<a
|
||||||
className="text-sm opacity-70 transition-opacity duration-300 hover:opacity-100"
|
className="opacity-70 transition-opacity duration-300 hover:opacity-100"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href="https://github.com/bytedance/deer-flow"
|
href="https://github.com/bytedance/deer-flow"
|
||||||
onMouseEnter={() =>
|
onMouseEnter={() =>
|
||||||
|
|||||||
Reference in New Issue
Block a user