Revert "fix(frontend): Turbopack about page + remove hover on web search/citations"

This reverts commit 7e9e061f20fcec1f1a9c35be40d9407c05ed82be.
This commit is contained in:
LofiSu
2026-02-09 03:23:51 +08:00
parent 842c4ecac0
commit fe06be8258
4 changed files with 51 additions and 79 deletions
@@ -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>;
}