mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
Fix header image link
This commit is contained in:
parent
4c0b9e807e
commit
0917de0090
|
|
@ -492,6 +492,7 @@ header h2 {
|
|||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
height: 34px;
|
||||
z-index: 10000;
|
||||
}
|
||||
.fixedHeaderContainer header {
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"shelljs": "^0.7.8"
|
||||
},
|
||||
"name": "docusaurus",
|
||||
"version": "1.0.0-alpha.30",
|
||||
"version": "1.0.0-alpha.31",
|
||||
"bin": {
|
||||
"docusaurus-start": "./lib/start-server.js",
|
||||
"docusaurus-build": "./lib/build-files.js",
|
||||
|
|
|
|||
Loading…
Reference in New Issue