mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-06-10 17:35:57 +00:00
Revert "fix(frontend): Turbopack about page + remove hover on web search/citations"
This reverts commit 7e9e061f20fcec1f1a9c35be40d9407c05ed82be.
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
import { Streamdown } from "streamdown";
|
||||
|
||||
import { aboutMarkdown } from "./about-content";
|
||||
import about from "./about.md";
|
||||
|
||||
export function AboutSettingsPage() {
|
||||
return <Streamdown>{aboutMarkdown}</Streamdown>;
|
||||
return <Streamdown>{about}</Streamdown>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user