diff --git a/nullboard.html b/nullboard.html
index 878c626..f847577 100644
--- a/nullboard.html
+++ b/nullboard.html
@@ -778,7 +778,7 @@
position: absolute;
bottom: -30px;
width: 240px;
- color: #888;
+ color: #eee;
}
.overlay .about div span {
@@ -1130,7 +1130,7 @@
Export current board...
- Import...
+ Import boards...
Use lightdark theme
Use smallerlarger font
@@ -2833,7 +2833,7 @@
*/
var NB =
{
- codeVersion: 20210330,
+ codeVersion: 20210331,
blobVersion: 20190412, // blobs compatible
board: null,
};
@@ -3156,7 +3156,7 @@
$('.view-about').click(function(){
var $div = $('tt .about').clone();
- $div.find('div').html('Version ' + nb_codeVersion);
+ $div.find('div').html(`Version ${NB.codeVersion}`);
showOverlay($div);
return false;
});