mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Remove the 'Beta' word from the Dark Theme.
This commit is contained in:
parent
aec64aa582
commit
6642860d51
@ -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',
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user