Fix "npx https:...." header issue (#759)

This commit is contained in:
N. Taylor Mullen
2025-06-05 00:00:34 -07:00
committed by GitHub
parent 77afd37c2e
commit 822803d9d6
3 changed files with 14 additions and 58 deletions

View File

@@ -337,7 +337,7 @@ export const App = ({
key={staticKey}
items={[
<Box flexDirection="column" key="header">
<Header title={process.env.CLI_TITLE} />
<Header />
<Tips config={config} />
</Box>,
...history.map((h) => (