Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kbecker42 committed Feb 17, 2023
1 parent 91870e6 commit 66e4676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pybossa/settings_local.py.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

SERVER_TYPE = 'Development QA'
DISPLAY_PLATFORM_IDENTIFIER = True
LOGO_COLOR = {
NAVBAR_COLOR = {
'Development QA': 'linear-gradient(44deg, orange, #4b0f0f)',
'Public QA': 'linear-gradient(44deg, green, #003300)',
'Private QA': 'linear-gradient(44deg, seagreen, #005500)'
Expand Down
2 changes: 1 addition & 1 deletion settings_test.py.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ from collections import OrderedDict
SERVER_NAME = 'localhost'
SERVER_TYPE = 'Development QA'
DISPLAY_PLATFORM_IDENTIFIER = True
LOGO_COLOR = {
NAVBAR_COLOR = {
'Development QA': 'linear-gradient(44deg, orange, #4b0f0f)',
'Public QA': 'linear-gradient(44deg, green, #003300)',
'Private QA': 'linear-gradient(44deg, seagreen, #005500)'
Expand Down

0 comments on commit 66e4676

Please sign in to comment.