feat: use muted color

This commit is contained in:
Li Xin 2025-04-20 11:21:17 +08:00
parent a57db4fa4a
commit 5793b08ba2

View File

@ -16,7 +16,7 @@ export function Welcome({ className }: { className?: string }) {
<h3 className="mb-2 text-center text-3xl font-medium"> <h3 className="mb-2 text-center text-3xl font-medium">
👋 Hello, there! 👋 Hello, there!
</h3> </h3>
<div className="px-4 text-center text-lg text-gray-400"> <div className="text-muted-foreground px-4 text-center text-lg">
Welcome to{" "} Welcome to{" "}
<a <a
href="https://github.com/bytedance/deer-flow" href="https://github.com/bytedance/deer-flow"