mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-24 13:58:50 +08:00
feat: improve admin panel design (#14464)
This commit is contained in:
@@ -74,7 +74,7 @@ export function AboutAFFiNE() {
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
<div className="space-y-3 text-sm font-normal text-gray-500">
|
||||
<div className="space-y-3 text-sm font-normal text-muted-foreground">
|
||||
<div>{`App Version: ${appName} ${BUILD_CONFIG.appVersion}`}</div>
|
||||
<div>{`Editor Version: ${BUILD_CONFIG.editorVersion}`}</div>
|
||||
</div>
|
||||
|
||||
@@ -5,7 +5,7 @@ import { AboutAFFiNE } from './about';
|
||||
|
||||
export function ConfigPage() {
|
||||
return (
|
||||
<div className=" h-screen flex-1 space-y-1 flex-col flex">
|
||||
<div className="h-dvh flex-1 space-y-1 flex-col flex">
|
||||
<Header title="Server" />
|
||||
<ScrollArea>
|
||||
<AboutAFFiNE />
|
||||
|
||||
Reference in New Issue
Block a user