refactor(website): minor fixes and improvements (#7119)

* refactor(website): minor fixes and improvements

* Some fixes

* Round all the corners in browser window

* Add rounded bottom corners to browser window
This commit is contained in:
Alexey Pyltsyn 2022-04-07 03:33:52 +03:00 committed by GitHub
parent 49424f5057
commit c669c103f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 50 additions and 38 deletions

View file

@ -112,11 +112,7 @@ The best IDEs (VS Code, WebStorm, IntelliJ...) will provide a nice auto-completi
By default, the Docusaurus TypeScript config does not type-check JavaScript files.
The `// @ts-check` comment ensures the config file is properly type-checked when running:
```bash npm2yarn
npx tsc
```
The `// @ts-check` comment ensures the config file is properly type-checked when running `npx tsc`.
:::