Remove the 'Beta' word from the Dark Theme.

This commit is contained in:
Akshay Joshi 2020-04-24 16:52:39 +05:30
parent aec64aa582
commit 6642860d51

View File

@ -169,7 +169,7 @@ fs.readdirSync(all_themes_dir).map(function(curr_dir) {
let cssfile = 'pgadmin.theme.'+curr_dir;
pgadminThemes[curr_dir] = {
/* For now lets keep it as beta release */
disp_name: curr_dir + '_(Beta)',
disp_name: curr_dir,
cssfile: cssfile,
preview_img: curr_dir + '_preview.png',
};