fix missing div in community-popup.swig, add yarn.lock
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
0aca6c36d4
commit
f0c7772964
|
@ -3,7 +3,7 @@
|
|||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"hexo": {
|
||||
"version": "3.8.0"
|
||||
"version": "3.9.0"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rm -rf public/*",
|
||||
|
@ -50,4 +50,4 @@
|
|||
"vinyl-source-stream": "^2.0.0",
|
||||
"watchify": "^3.11.0"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -57,4 +57,5 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="popup-overlay"></div>
|
||||
<div class="popup-overlay"></div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue