fix
This commit is contained in:
12
src/app.jsx
12
src/app.jsx
@@ -79,12 +79,22 @@ function renderScreen(screen, nav) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const LOGO = String.raw` ____ ____ _ _
|
||||||
|
| _ \ ___ ___ _ __ | _ \ ___ | (_) ___ _ _
|
||||||
|
| | | |/ _ \/ _ \ '_ \| |_) / _ \| | |/ __| | | |
|
||||||
|
| |_| | __/ __/ |_) | __/ (_) | | | (__| |_| |
|
||||||
|
|____/ \___|\___| .__/|_| \___/|_|_|\___|\__, |
|
||||||
|
|_| |___/`;
|
||||||
|
|
||||||
function Header() {
|
function Header() {
|
||||||
return (
|
return (
|
||||||
<Box borderStyle="round" borderColor="cyan" paddingX={1}>
|
<Box flexDirection="column" borderStyle="round" borderColor="cyan" paddingX={1}>
|
||||||
|
<Text color="cyan" bold>{LOGO}</Text>
|
||||||
|
<Box marginTop={1}>
|
||||||
<Text color="cyan" bold>server-config</Text>
|
<Text color="cyan" bold>server-config</Text>
|
||||||
<Text dimColor> zsh · ssh · frp client</Text>
|
<Text dimColor> zsh · ssh · frp client</Text>
|
||||||
</Box>
|
</Box>
|
||||||
|
</Box>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user