mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
fix(cli): disable vertical borders of the update notification (#9309)
This commit is contained in:
parent
598b32011f
commit
6e8e276e40
|
|
@ -141,7 +141,16 @@ export default async function beforeCli() {
|
|||
margin: 1,
|
||||
align: 'center',
|
||||
borderColor: 'yellow',
|
||||
borderStyle: 'round',
|
||||
borderStyle: {
|
||||
topLeft: ' ',
|
||||
topRight: ' ',
|
||||
bottomLeft: ' ',
|
||||
bottomRight: ' ',
|
||||
top: '-',
|
||||
bottom: '-',
|
||||
left: ' ',
|
||||
right: ' ',
|
||||
},
|
||||
};
|
||||
|
||||
const docusaurusUpdateMessage = boxen(
|
||||
|
|
|
|||
Loading…
Reference in New Issue