bump up docusaurus preset classic theme

while dependabot automatically bump up docusaurus core, the package
preset-classic is ignore.

Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
jffarge 2022-03-31 17:51:32 +02:00
parent 64cdadb85e
commit 2b79d755ea
2 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@
},
"dependencies": {
"@docusaurus/core": "^2.0.0-beta.18",
"@docusaurus/preset-classic": "^2.0.0-beta.17",
"@docusaurus/preset-classic": "^2.0.0-beta.18",
"@mdx-js/react": "^1.6.22",
"@svgr/webpack": "^6.2.1",
"amplitude-js": "^8.17.0",

View File

@ -279,9 +279,9 @@ h1[class^="h1Heading"] {
line-height: 36px;
@include desktop {
width: 48px;
span {
display: none;
}
text-indent: 9999px;
white-space: nowrap;
overflow: hidden;
}
}